Uses of Class
com.oracle.bmc.ospgateway.model.InvoiceSummary
-
Packages that use InvoiceSummary Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.model -
-
Uses of InvoiceSummary in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return types with arguments of type InvoiceSummary Modifier and Type Method Description Iterable<InvoiceSummary>
InvoiceServicePaginators. 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.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return InvoiceSummary Modifier and Type Method Description InvoiceSummary
InvoiceSummary.Builder. build()
Methods in com.oracle.bmc.ospgateway.model that return types with arguments of type InvoiceSummary Modifier and Type Method Description List<InvoiceSummary>
InvoiceCollection. getItems()
Invoice list elementsMethods in com.oracle.bmc.ospgateway.model with parameters of type InvoiceSummary Modifier and Type Method Description InvoiceSummary.Builder
InvoiceSummary.Builder. copy(InvoiceSummary model)
Method parameters in com.oracle.bmc.ospgateway.model with type arguments of type InvoiceSummary Modifier and Type Method Description InvoiceCollection.Builder
InvoiceCollection.Builder. items(List<InvoiceSummary> items)
Invoice list elementsConstructor parameters in com.oracle.bmc.ospgateway.model with type arguments of type InvoiceSummary Constructor Description InvoiceCollection(List<InvoiceSummary> items)
Deprecated.
-