Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SenderInvitationStatus
-
Packages that use SenderInvitationStatus Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of SenderInvitationStatus in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SenderInvitationStatus Modifier and Type Method 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.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitationStatus Modifier and Type Method 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.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitationStatus Constructor 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. -
Uses of SenderInvitationStatus in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return SenderInvitationStatus Modifier and Type Method Description SenderInvitationStatus
ListSenderInvitationsRequest. getStatus()
The status of the sender invitation.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type SenderInvitationStatus Modifier and Type Method Description ListSenderInvitationsRequest.Builder
ListSenderInvitationsRequest.Builder. status(SenderInvitationStatus status)
The status of the sender invitation.
-