Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of LifecycleState in com.oracle.bmc.tenantmanagercontrolplane
-
Uses of LifecycleState in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
Link. getLifecycleState()
Lifecycle state of the link.LifecycleState
LinkSummary. getLifecycleState()
Lifecycle state of the link.LifecycleState
RecipientInvitation. getLifecycleState()
Lifecycle state of the recipient invitation.LifecycleState
RecipientInvitationSummary. getLifecycleState()
Lifecycle state of the recipient invitation.LifecycleState
SenderInvitation. getLifecycleState()
Lifecycle state of the sender invitation.LifecycleState
SenderInvitationSummary. getLifecycleState()
Lifecycle state of the sender invitation.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
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 LifecycleState Modifier and Type Method Description Link.Builder
Link.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the link.LinkSummary.Builder
LinkSummary.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the link.RecipientInvitation.Builder
RecipientInvitation.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the recipient invitation.RecipientInvitationSummary.Builder
RecipientInvitationSummary.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the recipient invitation.SenderInvitation.Builder
SenderInvitation.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.SenderInvitationSummary.Builder
SenderInvitationSummary.Builder. lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type LifecycleState Constructor Description Link(String id, String parentTenancyId, String childTenancyId, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeTerminated)
Deprecated.LinkSummary(String id, String parentTenancyId, String childTenancyId, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Date timeTerminated, Map<String,Map<String,Object>> systemTags)
Deprecated.RecipientInvitation(String id, String compartmentId, List<InvitationSubject> subjects, String senderInvitationId, String senderTenancyId, LifecycleState lifecycleState, RecipientInvitationStatus status, String displayName, Date timeCreated, Date timeUpdated, String recipientEmailAddress, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RecipientInvitationSummary(String id, String compartmentId, String displayName, List<InvitationSubject> subjects, String senderInvitationId, String senderTenancyId, LifecycleState lifecycleState, RecipientInvitationStatus status, Date timeCreated, Date timeUpdated, String recipientEmailAddress, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SenderInvitation(String id, String compartmentId, List<InvitationSubject> subjects, String recipientInvitationId, String recipientTenancyId, LifecycleState lifecycleState, SenderInvitationStatus status, String displayName, Date timeCreated, Date timeUpdated, String recipientEmailAddress, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.SenderInvitationSummary(String id, String compartmentId, String displayName, List<InvitationSubject> subjects, String recipientInvitationId, String recipientTenancyId, LifecycleState lifecycleState, SenderInvitationStatus status, Date timeCreated, Date timeUpdated, String recipientEmailAddress, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListDomainGovernancesRequest. getLifecycleState()
The lifecycle state of the resource.LifecycleState
ListDomainsRequest. getLifecycleState()
The lifecycle state of the resource.LifecycleState
ListLinksRequest. getLifecycleState()
The lifecycle state of the resource.LifecycleState
ListRecipientInvitationsRequest. getLifecycleState()
The lifecycle state of the resource.LifecycleState
ListSenderInvitationsRequest. getLifecycleState()
The lifecycle state of the resource.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type LifecycleState Modifier and Type Method Description ListDomainGovernancesRequest.Builder
ListDomainGovernancesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.ListDomainsRequest.Builder
ListDomainsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.ListLinksRequest.Builder
ListLinksRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.ListRecipientInvitationsRequest.Builder
ListRecipientInvitationsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.ListSenderInvitationsRequest.Builder
ListSenderInvitationsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
-