Uses of Class
com.oracle.bmc.usageapi.model.EmailRecipientsGroupSummary
-
Packages that use EmailRecipientsGroupSummary Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.model -
-
Uses of EmailRecipientsGroupSummary in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return types with arguments of type EmailRecipientsGroupSummary Modifier and Type Method Description Iterable<EmailRecipientsGroupSummary>
UsageapiPaginators. listEmailRecipientsGroupsRecordIterator(ListEmailRecipientsGroupsRequest request)
Creates a new iterable which will iterate over theEmailRecipientsGroupSummary
objects contained in responses from the listEmailRecipientsGroups operation. -
Uses of EmailRecipientsGroupSummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return EmailRecipientsGroupSummary Modifier and Type Method Description EmailRecipientsGroupSummary
EmailRecipientsGroupSummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type EmailRecipientsGroupSummary Modifier and Type Method Description List<EmailRecipientsGroupSummary>
EmailRecipientsGroupCollection. getItems()
An email recipients groups list.Methods in com.oracle.bmc.usageapi.model with parameters of type EmailRecipientsGroupSummary Modifier and Type Method Description EmailRecipientsGroupSummary.Builder
EmailRecipientsGroupSummary.Builder. copy(EmailRecipientsGroupSummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipientsGroupSummary Modifier and Type Method Description EmailRecipientsGroupCollection.Builder
EmailRecipientsGroupCollection.Builder. items(List<EmailRecipientsGroupSummary> items)
An email recipients groups list.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipientsGroupSummary Constructor Description EmailRecipientsGroupCollection(List<EmailRecipientsGroupSummary> items)
Deprecated.
-