static ListInvoicesRequest.Builder |
ListInvoicesRequest.builder() |
Return a new builder for this request object.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.copy(ListInvoicesRequest o) |
Copy method to populate the builder with values from the given instance.
|
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.invoiceId(String invoiceId) |
The invoice query param (not unique).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.opcRequestId(String opcRequestId) |
The unique Oracle-assigned identifier for the request.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.ospHomeRegion(String ospHomeRegion) |
The home region’s public name of the logged in user.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.page(String page) |
For list pagination.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.searchText(String searchText) |
A filter to only return resources that match the given value.
|
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 (ascending or descending).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.status(ListInvoicesRequest.Status singularValue) |
Singular setter.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.status(List<ListInvoicesRequest.Status> status) |
A filter to only return resources that match one of the status elements.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timeInvoiceEnd(Date timeInvoiceEnd) |
description: End time (UTC) of the target invoice date range for which to fetch invoice
data (exclusive).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timeInvoiceStart(Date timeInvoiceStart) |
description: Start time (UTC) of the target invoice date range for which to fetch invoice
data (inclusive).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timePaymentEnd(Date timePaymentEnd) |
description: End time (UTC) of the target payment date range for which to fetch invoice
data (exclusive).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.timePaymentStart(Date timePaymentStart) |
description: Start time (UTC) of the target payment date range for which to fetch invoice
data (inclusive).
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.toBuilder() |
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.type(ListInvoicesRequest.Type singularValue) |
Singular setter.
|
ListInvoicesRequest.Builder |
ListInvoicesRequest.Builder.type(List<ListInvoicesRequest.Type> type) |
A filter to only return resources that match the given type exactly.
|