Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Organization.LifecycleState
-
Packages that use Organization.LifecycleState Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Organization.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type Organization.LifecycleState Modifier and Type Method Description Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, Organization.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, Organization.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOrganizationRequest,GetOrganizationResponse>
OrganizationWaiters. forOrganization(GetOrganizationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Organization.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Organization.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Organization.LifecycleState Modifier and Type Method Description static Organization.LifecycleState
Organization.LifecycleState. create(String key)
Organization.LifecycleState
Organization. getLifecycleState()
Lifecycle state of the organization.Organization.LifecycleState
OrganizationSummary. getLifecycleState()
Lifecycle state of the organization.static Organization.LifecycleState
Organization.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Organization.LifecycleState[]
Organization.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 Organization.LifecycleState Modifier and Type Method Description Organization.Builder
Organization.Builder. lifecycleState(Organization.LifecycleState lifecycleState)
Lifecycle state of the organization.OrganizationSummary.Builder
OrganizationSummary.Builder. lifecycleState(Organization.LifecycleState lifecycleState)
Lifecycle state of the organization.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Organization.LifecycleState Constructor Description Organization(String id, String displayName, String compartmentId, String parentName, String defaultUcmSubscriptionId, Organization.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.OrganizationSummary(String id, String displayName, String compartmentId, String parentName, String defaultUcmSubscriptionId, Organization.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> systemTags)
Deprecated.
-