Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.RecipientInvitationSummary
-
Packages that use RecipientInvitationSummary Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of RecipientInvitationSummary in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type RecipientInvitationSummary Modifier and Type Method Description Iterable<RecipientInvitationSummary>
RecipientInvitationPaginators. listRecipientInvitationsRecordIterator(ListRecipientInvitationsRequest request)
Creates a new iterable which will iterate over theRecipientInvitationSummary
objects contained in responses from the listRecipientInvitations operation. -
Uses of RecipientInvitationSummary in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return RecipientInvitationSummary Modifier and Type Method Description RecipientInvitationSummary
RecipientInvitationSummary.Builder. build()
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return types with arguments of type RecipientInvitationSummary Modifier and Type Method Description List<RecipientInvitationSummary>
RecipientInvitationCollection. getItems()
Array containing RecipientInvitationSummary items.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type RecipientInvitationSummary Modifier and Type Method Description RecipientInvitationSummary.Builder
RecipientInvitationSummary.Builder. copy(RecipientInvitationSummary model)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type RecipientInvitationSummary Modifier and Type Method Description RecipientInvitationCollection.Builder
RecipientInvitationCollection.Builder. items(List<RecipientInvitationSummary> items)
Array containing RecipientInvitationSummary items.Constructor parameters in com.oracle.bmc.tenantmanagercontrolplane.model with type arguments of type RecipientInvitationSummary Constructor Description RecipientInvitationCollection(List<RecipientInvitationSummary> items)
Deprecated.
-