Uses of Class
com.oracle.bmc.email.model.SenderSummary
-
Packages that use SenderSummary Package Description com.oracle.bmc.email com.oracle.bmc.email.model com.oracle.bmc.email.responses -
-
Uses of SenderSummary in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return types with arguments of type SenderSummary Modifier and Type Method Description Iterable<SenderSummary>
EmailPaginators. listSendersRecordIterator(ListSendersRequest request)
Creates a new iterable which will iterate over theSenderSummary
objects contained in responses from the listSenders operation. -
Uses of SenderSummary in com.oracle.bmc.email.model
Methods in com.oracle.bmc.email.model that return SenderSummary Modifier and Type Method Description SenderSummary
SenderSummary.Builder. build()
Methods in com.oracle.bmc.email.model with parameters of type SenderSummary Modifier and Type Method Description SenderSummary.Builder
SenderSummary.Builder. copy(SenderSummary model)
-
Uses of SenderSummary in com.oracle.bmc.email.responses
Methods in com.oracle.bmc.email.responses that return types with arguments of type SenderSummary Modifier and Type Method Description List<SenderSummary>
ListSendersResponse. getItems()
A list of com.oracle.bmc.email.model.SenderSummary instances.Method parameters in com.oracle.bmc.email.responses with type arguments of type SenderSummary Modifier and Type Method Description ListSendersResponse.Builder
ListSendersResponse.Builder. items(List<SenderSummary> items)
A list of com.oracle.bmc.email.model.SenderSummary instances.
-