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 ListInvoiceLinesResponseInvoiceService. 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)ListInvoiceLinesResponseInvoiceServiceClient. listInvoiceLines(ListInvoiceLinesRequest request)Iterable<InvoiceLineSummary>InvoiceServicePaginators. listInvoiceLinesRecordIterator(ListInvoiceLinesRequest request)Creates a new iterable which will iterate over theInvoiceLineSummaryobjects 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 ListInvoiceLinesRequestListInvoiceLinesRequest.Builder. build()Build the instance of ListInvoiceLinesRequest as configured by this builderListInvoiceLinesRequestListInvoiceLinesRequest.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.BuilderListInvoiceLinesRequest.Builder. copy(ListInvoiceLinesRequest o)Copy method to populate the builder with values from the given instance.
-