Uses of Class
com.oracle.bmc.identitydomains.model.MyAppApp
-
Packages that use MyAppApp Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAppApp in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAppApp Modifier and Type Method Description MyAppApp
MyAppApp.Builder. build()
MyAppApp
MyApp. getApp()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAppApp Modifier and Type Method Description MyApp.Builder
MyApp.Builder. app(MyAppApp app)
MyAppApp.Builder
MyAppApp.Builder. copy(MyAppApp model)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyAppApp 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.
-