Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model | |
com.oracle.bmc.tenantmanagercontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
static SenderInvitationStatus |
SenderInvitationStatus.create(String key) |
SenderInvitationStatus |
SenderInvitation.getStatus()
Status of the sender invitation.
|
SenderInvitationStatus |
SenderInvitationSummary.getStatus()
Status of the sender invitation.
|
static SenderInvitationStatus |
SenderInvitationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SenderInvitationStatus[] |
SenderInvitationStatus.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.status(SenderInvitationStatus status)
Status of the sender invitation.
|
SenderInvitationSummary.Builder |
SenderInvitationSummary.Builder.status(SenderInvitationStatus status)
Status of the sender invitation.
|
Constructor and Description |
---|
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 |
---|---|
SenderInvitationStatus |
ListSenderInvitationsRequest.getStatus()
The status of the sender invitation.
|
Modifier and Type | Method and Description |
---|---|
ListSenderInvitationsRequest.Builder |
ListSenderInvitationsRequest.Builder.status(SenderInvitationStatus status)
The status of the sender invitation.
|
Copyright © 2016–2024. All rights reserved.