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