Uses of Class
com.oracle.bmc.ospgateway.responses.ListInvoiceLinesResponse
-
Packages that use ListInvoiceLinesResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of ListInvoiceLinesResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return ListInvoiceLinesResponse Modifier and Type Method Description ListInvoiceLinesResponse
InvoiceService. listInvoiceLines(ListInvoiceLinesRequest request)
Returns the invoice product list by invoice idListInvoiceLinesResponse
InvoiceServiceClient. listInvoiceLines(ListInvoiceLinesRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type ListInvoiceLinesResponse 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)
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 ListInvoiceLinesResponse 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 ListInvoiceLinesResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return ListInvoiceLinesResponse Modifier and Type Method Description ListInvoiceLinesResponse
ListInvoiceLinesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type ListInvoiceLinesResponse Modifier and Type Method Description ListInvoiceLinesResponse.Builder
ListInvoiceLinesResponse.Builder. copy(ListInvoiceLinesResponse o)
Copy method to populate the builder with values from the given instance.
-