Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SenderInvitation
- 
Packages that use SenderInvitation Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.responses 
- 
- 
Uses of SenderInvitation in com.oracle.bmc.tenantmanagercontrolplane.modelMethods in com.oracle.bmc.tenantmanagercontrolplane.model that return SenderInvitation Modifier and Type Method Description SenderInvitationSenderInvitation.Builder. build()Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitation Modifier and Type Method Description SenderInvitation.BuilderSenderInvitation.Builder. copy(SenderInvitation model)
- 
Uses of SenderInvitation in com.oracle.bmc.tenantmanagercontrolplane.responsesMethods in com.oracle.bmc.tenantmanagercontrolplane.responses that return SenderInvitation Modifier and Type Method Description SenderInvitationCreateSenderInvitationResponse. getSenderInvitation()The returned SenderInvitation instance.SenderInvitationGetSenderInvitationResponse. getSenderInvitation()The returned SenderInvitation instance.SenderInvitationUpdateSenderInvitationResponse. getSenderInvitation()The returned SenderInvitation instance.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type SenderInvitation Modifier and Type Method Description CreateSenderInvitationResponse.BuilderCreateSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)The returned SenderInvitation instance.GetSenderInvitationResponse.BuilderGetSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)The returned SenderInvitation instance.UpdateSenderInvitationResponse.BuilderUpdateSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)The returned SenderInvitation instance.
 
-