Uses of Class
com.oracle.bmc.onesubscription.requests.ListInvoicesRequest
-
Packages that use ListInvoicesRequest Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.requests -
-
Uses of ListInvoicesRequest in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription with parameters of type ListInvoicesRequest Modifier and Type Method Description ListInvoicesResponse
InvoiceSummary. listInvoices(ListInvoicesRequest request)
This is a collection API which returns a list of Invoices for given filters.Future<ListInvoicesResponse>
InvoiceSummaryAsync. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
This is a collection API which returns a list of Invoices for given filters.Future<ListInvoicesResponse>
InvoiceSummaryAsyncClient. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
ListInvoicesResponse
InvoiceSummaryClient. listInvoices(ListInvoicesRequest request)
Iterable<InvoiceSummary>
InvoiceSummaryPaginators. listInvoicesRecordIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over theInvoiceSummary
objects contained in responses from the listInvoices operation.Iterable<ListInvoicesResponse>
InvoiceSummaryPaginators. listInvoicesResponseIterator(ListInvoicesRequest request)
Creates a new iterable which will iterate over the responses received from the listInvoices operation.Method parameters in com.oracle.bmc.onesubscription with type arguments of type ListInvoicesRequest Modifier and Type Method Description Future<ListInvoicesResponse>
InvoiceSummaryAsync. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
This is a collection API which returns a list of Invoices for given filters.Future<ListInvoicesResponse>
InvoiceSummaryAsyncClient. listInvoices(ListInvoicesRequest request, AsyncHandler<ListInvoicesRequest,ListInvoicesResponse> handler)
-
Uses of ListInvoicesRequest in com.oracle.bmc.onesubscription.requests
Methods in com.oracle.bmc.onesubscription.requests that return ListInvoicesRequest Modifier and Type Method Description ListInvoicesRequest
ListInvoicesRequest.Builder. build()
Build the instance of ListInvoicesRequest as configured by this builderListInvoicesRequest
ListInvoicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInvoicesRequest as configured by this builderMethods in com.oracle.bmc.onesubscription.requests with parameters of type ListInvoicesRequest Modifier and Type Method Description ListInvoicesRequest.Builder
ListInvoicesRequest.Builder. copy(ListInvoicesRequest o)
Copy method to populate the builder with values from the given instance.
-