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 SenderInvitationStatusSenderInvitationStatus. create(String key)SenderInvitationStatusInvitationFeature. getStatus()Status of the sender invitation.SenderInvitationStatusSenderInvitation. getStatus()Status of the sender invitation.SenderInvitationStatusSenderInvitationSummary. getStatus()Status of the sender invitation.static SenderInvitationStatusSenderInvitationStatus. 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 InvitationFeature.BuilderInvitationFeature.Builder. status(SenderInvitationStatus status)Status of the sender invitation.SenderInvitation.BuilderSenderInvitation.Builder. status(SenderInvitationStatus status)Status of the sender invitation.SenderInvitationSummary.BuilderSenderInvitationSummary.Builder. status(SenderInvitationStatus status)Status of the sender invitation.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitationStatus Constructor Description InvitationFeature(String name, String recipientInvitationId, SenderInvitationStatus status)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, List<InvitationFeature> invitationFeatures, 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, List<InvitationFeature> invitationFeatures, 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 SenderInvitationStatusListSenderInvitationsRequest. 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.BuilderListSenderInvitationsRequest.Builder. status(SenderInvitationStatus status)The status of the sender invitation.
-