Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane | |
com.oracle.bmc.tenantmanagercontrolplane.model | |
com.oracle.bmc.tenantmanagercontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
SenderInvitation.getLifecycleState()
Lifecycle state of the sender invitation.
|
LifecycleState |
Link.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 |
SenderInvitationSummary.getLifecycleState()
Lifecycle state of the sender invitation.
|
LifecycleState |
LinkSummary.getLifecycleState()
Lifecycle state of the link.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SenderInvitation.Builder |
SenderInvitation.Builder.lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.
|
Link.Builder |
Link.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.
|
SenderInvitationSummary.Builder |
SenderInvitationSummary.Builder.lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the sender invitation.
|
LinkSummary.Builder |
LinkSummary.Builder.lifecycleState(LifecycleState lifecycleState)
Lifecycle state of the link.
|
Constructor and 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)
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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListDomainsRequest.getLifecycleState()
The lifecycle state of the resource.
|
LifecycleState |
ListLinksRequest.getLifecycleState()
The lifecycle state of the resource.
|
LifecycleState |
ListSenderInvitationsRequest.getLifecycleState()
The lifecycle state of the resource.
|
LifecycleState |
ListDomainGovernancesRequest.getLifecycleState()
The lifecycle state of the resource.
|
LifecycleState |
ListRecipientInvitationsRequest.getLifecycleState()
The lifecycle state of the resource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ListSenderInvitationsRequest.Builder |
ListSenderInvitationsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
|
ListDomainGovernancesRequest.Builder |
ListDomainGovernancesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
|
ListRecipientInvitationsRequest.Builder |
ListRecipientInvitationsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The lifecycle state of the resource.
|
Copyright © 2016–2024. All rights reserved.