Package | Description |
---|---|
com.oracle.bmc.ospgateway | |
com.oracle.bmc.ospgateway.requests |
Modifier and Type | Method and Description |
---|---|
ListInvoiceLinesResponse |
InvoiceService.listInvoiceLines(ListInvoiceLinesRequest request)
Returns the invoice product list by invoice id
|
ListInvoiceLinesResponse |
InvoiceServiceClient.listInvoiceLines(ListInvoiceLinesRequest request) |
Future<ListInvoiceLinesResponse> |
InvoiceServiceAsync.listInvoiceLines(ListInvoiceLinesRequest request,
AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
Returns the invoice product list by invoice id
|
Future<ListInvoiceLinesResponse> |
InvoiceServiceAsyncClient.listInvoiceLines(ListInvoiceLinesRequest request,
AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler) |
Iterable<InvoiceLineSummary> |
InvoiceServicePaginators.listInvoiceLinesRecordIterator(ListInvoiceLinesRequest request)
Creates a new iterable which will iterate over the
InvoiceLineSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInvoiceLinesResponse> |
InvoiceServiceAsync.listInvoiceLines(ListInvoiceLinesRequest request,
AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler)
Returns the invoice product list by invoice id
|
Future<ListInvoiceLinesResponse> |
InvoiceServiceAsyncClient.listInvoiceLines(ListInvoiceLinesRequest request,
AsyncHandler<ListInvoiceLinesRequest,ListInvoiceLinesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListInvoiceLinesRequest |
ListInvoiceLinesRequest.Builder.build()
Build the instance of ListInvoiceLinesRequest as configured by this builder
|
ListInvoiceLinesRequest |
ListInvoiceLinesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListInvoiceLinesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListInvoiceLinesRequest.Builder |
ListInvoiceLinesRequest.Builder.copy(ListInvoiceLinesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.