Uses of Class
com.oracle.bmc.ospgateway.requests.ListInvoiceLinesRequest
-
Packages that use ListInvoiceLinesRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of ListInvoiceLinesRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type ListInvoiceLinesRequest Modifier and Type Method Description ListInvoiceLinesResponse
InvoiceService. listInvoiceLines(ListInvoiceLinesRequest request)
Returns the invoice product list by invoice idFuture<ListInvoiceLinesResponse>
InvoiceServiceAsync. listInvoiceLines(ListInvoiceLinesRequest request, AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
Returns the invoice product list by invoice idFuture<ListInvoiceLinesResponse>
InvoiceServiceAsyncClient. listInvoiceLines(ListInvoiceLinesRequest request, AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
ListInvoiceLinesResponse
InvoiceServiceClient. listInvoiceLines(ListInvoiceLinesRequest request)
Iterable<InvoiceLineSummary>
InvoiceServicePaginators. listInvoiceLinesRecordIterator(ListInvoiceLinesRequest request)
Creates a new iterable which will iterate over theInvoiceLineSummary
objects contained in responses from the listInvoiceLines operation.Iterable<ListInvoiceLinesResponse>
InvoiceServicePaginators. listInvoiceLinesResponseIterator(ListInvoiceLinesRequest request)
Creates a new iterable which will iterate over the responses received from the listInvoiceLines operation.Method parameters in com.oracle.bmc.ospgateway with type arguments of type ListInvoiceLinesRequest Modifier and Type Method Description Future<ListInvoiceLinesResponse>
InvoiceServiceAsync. listInvoiceLines(ListInvoiceLinesRequest request, AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
Returns the invoice product list by invoice idFuture<ListInvoiceLinesResponse>
InvoiceServiceAsyncClient. listInvoiceLines(ListInvoiceLinesRequest request, AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
-
Uses of ListInvoiceLinesRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return ListInvoiceLinesRequest Modifier and Type Method Description ListInvoiceLinesRequest
ListInvoiceLinesRequest.Builder. build()
Build the instance of ListInvoiceLinesRequest as configured by this builderListInvoiceLinesRequest
ListInvoiceLinesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInvoiceLinesRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type ListInvoiceLinesRequest Modifier and Type Method Description ListInvoiceLinesRequest.Builder
ListInvoiceLinesRequest.Builder. copy(ListInvoiceLinesRequest o)
Copy method to populate the builder with values from the given instance.
-