Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.requests |
Modifier and Type | Method and Description |
---|---|
static ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.builder()
Return a new builder for this request object.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.compartmentId(String compartmentId)
The ocid of the compartment or tenancy in which resources are to be listed.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.copy(ListOccCustomerGroupsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.displayName(String displayName)
A filter to return only the resources that match the entire display name.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.id(String id)
A query filter to return the list result based on the customer group OCID.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.sortBy(ListOccCustomerGroupsRequest.SortBy sortBy)
The field to sort by.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.Builder.status(OccCustomerGroup.Status status)
A query filter to return the list result based on status.
|
ListOccCustomerGroupsRequest.Builder |
ListOccCustomerGroupsRequest.toBuilder()
Return an instance of
ListOccCustomerGroupsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.