Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.SenderInvitationCollection
-
Packages that use SenderInvitationCollection Package Description com.oracle.bmc.tenantmanagercontrolplane.model com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of SenderInvitationCollection in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return SenderInvitationCollection Modifier and Type Method Description SenderInvitationCollection
SenderInvitationCollection.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type SenderInvitationCollection Modifier and Type Method Description SenderInvitationCollection.Builder
SenderInvitationCollection.Builder. copy(SenderInvitationCollection model)
-
Uses of SenderInvitationCollection in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return SenderInvitationCollection Modifier and Type Method Description SenderInvitationCollection
ListSenderInvitationsResponse. getSenderInvitationCollection()
The returned SenderInvitationCollection instance.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type SenderInvitationCollection Modifier and Type Method Description ListSenderInvitationsResponse.Builder
ListSenderInvitationsResponse.Builder. senderInvitationCollection(SenderInvitationCollection senderInvitationCollection)
The returned SenderInvitationCollection instance.
-