Uses of Class
com.oracle.bmc.onesubscription.model.InvoiceSummary
-
Packages that use InvoiceSummary Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.model com.oracle.bmc.onesubscription.responses -
-
Uses of InvoiceSummary in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return types with arguments of type InvoiceSummary Modifier and Type Method Description Iterable<InvoiceSummary>
InvoiceSummaryPaginators. listInvoicesRecordIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over theInvoiceSummary
objects contained in responses from the listInvoices operation. -
Uses of InvoiceSummary in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return InvoiceSummary Modifier and Type Method Description InvoiceSummary
InvoiceSummary.Builder. build()
Methods in com.oracle.bmc.onesubscription.model with parameters of type InvoiceSummary Modifier and Type Method Description InvoiceSummary.Builder
InvoiceSummary.Builder. copy(InvoiceSummary model)
-
Uses of InvoiceSummary in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return types with arguments of type InvoiceSummary Modifier and Type Method Description List<InvoiceSummary>
ListInvoicesResponse. getItems()
A list of com.oracle.bmc.onesubscription.model.InvoiceSummary instances.Method parameters in com.oracle.bmc.onesubscription.responses with type arguments of type InvoiceSummary Modifier and Type Method Description ListInvoicesResponse.Builder
ListInvoicesResponse.Builder. items(List<InvoiceSummary> items)
A list of com.oracle.bmc.onesubscription.model.InvoiceSummary instances.
-