Package | Description |
---|---|
com.oracle.bmc.onesubscription.requests |
Modifier and Type | Method and Description |
---|---|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.arCustomerTransactionId(String arCustomerTransactionId)
AR Unique identifier for an invoice .
|
static ListInvoicesRequest.Builder |
ListInvoicesRequest.builder()
Return a new builder for this request object.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.compartmentId(String compartmentId)
The OCID of the root compartment.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.copy(ListInvoicesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.fields(List<String> fields)
Partial response refers to an optimization technique offered by the RESTful web APIs to
return only the information (fields) required by the client.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.fields(String singularValue)
Singular setter.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.page(String page)
The value of the ‘opc-next-page’ response header from the previous “List” call.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.sortBy(ListInvoicesRequest.SortBy sortBy)
The field to sort by.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.sortOrder(ListInvoicesRequest.SortOrder sortOrder)
The sort order to use, either ascending (‘ASC’) or descending (‘DESC’).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timeFrom(Date timeFrom)
Initial date to filter Invoice data in SPM.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timeTo(Date timeTo)
Final date to filter Invoice data in SPM.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.toBuilder()
Return an instance of
ListInvoicesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.