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.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SenderInvitation Modifier and Type Method Description SenderInvitation
SenderInvitation.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitation Modifier and Type Method Description SenderInvitation.Builder
SenderInvitation.Builder. copy(SenderInvitation model)
-
Uses of SenderInvitation in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return SenderInvitation Modifier and Type Method Description SenderInvitation
CreateSenderInvitationResponse. getSenderInvitation()
The returned SenderInvitation instance.SenderInvitation
GetSenderInvitationResponse. getSenderInvitation()
The returned SenderInvitation instance.SenderInvitation
UpdateSenderInvitationResponse. getSenderInvitation()
The returned SenderInvitation instance.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type SenderInvitation Modifier and Type Method Description CreateSenderInvitationResponse.Builder
CreateSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)
The returned SenderInvitation instance.GetSenderInvitationResponse.Builder
GetSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)
The returned SenderInvitation instance.UpdateSenderInvitationResponse.Builder
UpdateSenderInvitationResponse.Builder. senderInvitation(SenderInvitation senderInvitation)
The returned SenderInvitation instance.
-