Uses of Class
com.oracle.bmc.identitydomains.model.MySupportAccountUser
-
Packages that use MySupportAccountUser Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MySupportAccountUser in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MySupportAccountUser Modifier and Type Method Description MySupportAccountUser
MySupportAccountUser.Builder. build()
MySupportAccountUser
MySupportAccount. getUser()
Methods in com.oracle.bmc.identitydomains.model with parameters of type MySupportAccountUser Modifier and Type Method Description MySupportAccountUser.Builder
MySupportAccountUser.Builder. copy(MySupportAccountUser model)
MySupportAccount.Builder
MySupportAccount.Builder. user(MySupportAccountUser user)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type MySupportAccountUser Constructor Description MySupportAccount(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 token, MySupportAccount.Provider provider, String userId, MySupportAccountUser user)
Deprecated.
-