Uses of Class
com.oracle.bmc.identitydomains.model.MySupportAccount.Provider
-
Packages that use MySupportAccount.Provider Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MySupportAccount.Provider in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MySupportAccount.Provider Modifier and Type Method Description static MySupportAccount.Provider
MySupportAccount.Provider. create(String key)
MySupportAccount.Provider
MySupportAccount. getProvider()
User Support Account Providerstatic MySupportAccount.Provider
MySupportAccount.Provider. valueOf(String name)
Returns the enum constant of this type with the specified name.static MySupportAccount.Provider[]
MySupportAccount.Provider. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MySupportAccount.Provider Modifier and Type Method Description MySupportAccount.Builder
MySupportAccount.Builder. provider(MySupportAccount.Provider provider)
User Support Account ProviderConstructors in com.oracle.bmc.identitydomains.model with parameters of type MySupportAccount.Provider 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.
-