Uses of Class
com.oracle.bmc.ospgateway.model.InvoiceLineSummary
-
Packages that use InvoiceLineSummary Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.model -
-
Uses of InvoiceLineSummary in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return types with arguments of type InvoiceLineSummary Modifier and Type Method Description Iterable<InvoiceLineSummary>
InvoiceServicePaginators. listInvoiceLinesRecordIterator(ListInvoiceLinesRequest request)
Creates a new iterable which will iterate over theInvoiceLineSummary
objects contained in responses from the listInvoiceLines operation. -
Uses of InvoiceLineSummary in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return InvoiceLineSummary Modifier and Type Method Description InvoiceLineSummary
InvoiceLineSummary.Builder. build()
Methods in com.oracle.bmc.ospgateway.model that return types with arguments of type InvoiceLineSummary Modifier and Type Method Description List<InvoiceLineSummary>
InvoiceLineCollection. getItems()
Invoice line list elementsMethods in com.oracle.bmc.ospgateway.model with parameters of type InvoiceLineSummary Modifier and Type Method Description InvoiceLineSummary.Builder
InvoiceLineSummary.Builder. copy(InvoiceLineSummary model)
Method parameters in com.oracle.bmc.ospgateway.model with type arguments of type InvoiceLineSummary Modifier and Type Method Description InvoiceLineCollection.Builder
InvoiceLineCollection.Builder. items(List<InvoiceLineSummary> items)
Invoice line list elementsConstructor parameters in com.oracle.bmc.ospgateway.model with type arguments of type InvoiceLineSummary Constructor Description InvoiceLineCollection(List<InvoiceLineSummary> items)
Deprecated.
-