Uses of Class
com.oracle.bmc.identitydomains.model.MyAppOwner
-
Packages that use MyAppOwner Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAppOwner in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAppOwner Modifier and Type Method Description MyAppOwner
MyAppOwner.Builder. build()
MyAppOwner
MyApp. getOwner()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAppOwner Modifier and Type Method Description MyAppOwner.Builder
MyAppOwner.Builder. copy(MyAppOwner model)
MyApp.Builder
MyApp.Builder. owner(MyAppOwner owner)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAppOwner Constructor Description MyApp(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String uid, String name, MyAppApp app, MyAppOwner owner, Boolean active, String accountType, Boolean isAccount, Boolean favorite, String lastAccessed, String launchUrl, MyAppUserWalletArtifact userWalletArtifact)
Deprecated.
-