Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.RecipientInvitation
-
Packages that use RecipientInvitation Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of RecipientInvitation in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return RecipientInvitation Modifier and Type Method Description RecipientInvitation
RecipientInvitation.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type RecipientInvitation Modifier and Type Method Description RecipientInvitation.Builder
RecipientInvitation.Builder. copy(RecipientInvitation model)
-
Uses of RecipientInvitation in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return RecipientInvitation Modifier and Type Method Description RecipientInvitation
GetRecipientInvitationResponse. getRecipientInvitation()
The returned RecipientInvitation instance.RecipientInvitation
IgnoreRecipientInvitationResponse. getRecipientInvitation()
The returned RecipientInvitation instance.RecipientInvitation
UpdateRecipientInvitationResponse. getRecipientInvitation()
The returned RecipientInvitation instance.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type RecipientInvitation Modifier and Type Method Description GetRecipientInvitationResponse.Builder
GetRecipientInvitationResponse.Builder. recipientInvitation(RecipientInvitation recipientInvitation)
The returned RecipientInvitation instance.IgnoreRecipientInvitationResponse.Builder
IgnoreRecipientInvitationResponse.Builder. recipientInvitation(RecipientInvitation recipientInvitation)
The returned RecipientInvitation instance.UpdateRecipientInvitationResponse.Builder
UpdateRecipientInvitationResponse.Builder. recipientInvitation(RecipientInvitation recipientInvitation)
The returned RecipientInvitation instance.
-