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