Package | Description |
---|---|
com.oracle.bmc.limits.requests |
Modifier and Type | Method and Description |
---|---|
static ListServicesRequest.Builder |
ListServicesRequest.builder()
Return a new builder for this request object.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.compartmentId(String compartmentId)
The OCID of the parent compartment (remember that the tenancy is simply the root
compartment).
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.copy(ListServicesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListServicesRequest.Builder |
ListServicesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.sortBy(ListServicesRequest.SortBy sortBy)
The field to sort by.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.sortOrder(ListServicesRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListServicesRequest.Builder |
ListServicesRequest.Builder.subscriptionId(String subscriptionId)
The OCID of the subscription assigned to tenant
|
ListServicesRequest.Builder |
ListServicesRequest.toBuilder()
Return an instance of
ListServicesRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.