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