static ListUsersRequest.Builder |
ListUsersRequest.builder() |
Return a new builder for this request object.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.copy(ListUsersRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.externalIdentifier(String externalIdentifier) |
The id of a user in the identity provider.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.identityProviderId(String identityProviderId) |
The id of the identity provider.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.lifecycleState(User.LifecycleState lifecycleState) |
A filter to only return resources that match the given lifecycle state.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.name(String name) |
A filter to only return resources that match the given name exactly.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortBy(ListUsersRequest.SortBy sortBy) |
The field to sort by.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.sortOrder(ListUsersRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListUsersRequest.Builder |
ListUsersRequest.toBuilder() |
|