Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static MySupportAccount.Provider |
MySupportAccount.Provider.create(String key) |
MySupportAccount.Provider |
MySupportAccount.getProvider()
User Support Account Provider
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
MySupportAccount.Builder |
MySupportAccount.Builder.provider(MySupportAccount.Provider provider)
User Support Account Provider
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.