Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.DomainGovernance.LifecycleState
-
Packages that use DomainGovernance.LifecycleState Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of DomainGovernance.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane
-
Uses of DomainGovernance.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return DomainGovernance.LifecycleState Modifier and Type Method Description static DomainGovernance.LifecycleState
DomainGovernance.LifecycleState. create(String key)
DomainGovernance.LifecycleState
DomainGovernance. getLifecycleState()
Lifecycle state of the domain governance entity.DomainGovernance.LifecycleState
DomainGovernanceSummary. getLifecycleState()
The lifecycle state of the domain governance entity.static DomainGovernance.LifecycleState
DomainGovernance.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainGovernance.LifecycleState[]
DomainGovernance.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type DomainGovernance.LifecycleState Modifier and Type Method Description DomainGovernance.Builder
DomainGovernance.Builder. lifecycleState(DomainGovernance.LifecycleState lifecycleState)
Lifecycle state of the domain governance entity.DomainGovernanceSummary.Builder
DomainGovernanceSummary.Builder. lifecycleState(DomainGovernance.LifecycleState lifecycleState)
The lifecycle state of the domain governance entity.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type DomainGovernance.LifecycleState Constructor Description DomainGovernance(String id, String ownerId, String domainId, DomainGovernance.LifecycleState lifecycleState, Boolean isGovernanceEnabled, String subscriptionEmail, String onsTopicId, String onsSubscriptionId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DomainGovernanceSummary(String id, String ownerId, String domainId, DomainGovernance.LifecycleState lifecycleState, Boolean isGovernanceEnabled, String subscriptionEmail, String onsTopicId, String onsSubscriptionId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-