Package | Description |
---|---|
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
static ListGroupsRequest.Builder |
ListGroupsRequest.builder()
Return a new builder for this request object.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.compartmentId(String compartmentId)
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.copy(ListGroupsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.lifecycleState(Group.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.name(String name)
A filter to only return resources that match the given name exactly.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortBy(ListGroupsRequest.SortBy sortBy)
The field to sort by.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.sortOrder(ListGroupsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListGroupsRequest.Builder |
ListGroupsRequest.toBuilder()
Return an instance of
ListGroupsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2023. All rights reserved.