| Package | Description |
|---|---|
| com.oracle.bmc.limits.requests |
| Modifier and Type | Method and Description |
|---|---|
static ListQuotasRequest.Builder |
ListQuotasRequest.builder() |
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.compartmentId(String compartmentId)
The OCID of the parent compartment (remember that the tenancy is simply the root compartment).
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.copy(ListQuotasRequest o)
Copy method to populate the builder with values from the given instance.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.lifecycleState(ListQuotasRequest.LifecycleState lifecycleState)
Filters returned quotas based on whether the given state.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated "List" call.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.name(String name)
name
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous "List" call. |
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.sortBy(ListQuotasRequest.SortBy sortBy)
The field to sort by.
|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.sortOrder(ListQuotasRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
Copyright © 2016–2021. All rights reserved.