Uses of Class
com.oracle.bmc.onesubscription.responses.ListInvoicesResponse
-
Packages that use ListInvoicesResponse Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.responses -
-
Uses of ListInvoicesResponse in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return ListInvoicesResponse Modifier and Type Method Description ListInvoicesResponse
InvoiceSummary. listInvoices(ListInvoicesRequest request)
This is a collection API which returns a list of Invoices for given filters.ListInvoicesResponse
InvoiceSummaryClient. listInvoices(ListInvoicesRequest request)
Methods in com.oracle.bmc.onesubscription that return types with arguments of type ListInvoicesResponse 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)
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 ListInvoicesResponse 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 ListInvoicesResponse in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return ListInvoicesResponse Modifier and Type Method Description ListInvoicesResponse
ListInvoicesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.onesubscription.responses with parameters of type ListInvoicesResponse Modifier and Type Method Description ListInvoicesResponse.Builder
ListInvoicesResponse.Builder. copy(ListInvoicesResponse o)
Copy method to populate the builder with values from the given instance.
-