public static class ListUsersRequest.Builder extends Object implements BmcRequest.Builder<ListUsersRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListUsersRequest |
build()
Build the instance of ListUsersRequest as configured by this builder
|
ListUsersRequest |
buildWithoutInvocationCallback()
Build the instance of ListUsersRequest as configured by this builder
|
ListUsersRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListUsersRequest.Builder |
copy(ListUsersRequest o)
Copy method to populate the builder with values from the given instance.
|
ListUsersRequest.Builder |
externalIdentifier(String externalIdentifier)
The id of a user in the identity provider.
|
ListUsersRequest.Builder |
identityProviderId(String identityProviderId)
The id of the identity provider.
|
ListUsersRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListUsersRequest.Builder |
lifecycleState(User.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
ListUsersRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListUsersRequest.Builder |
name(String name)
A filter to only return resources that match the given name exactly.
|
ListUsersRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
ListUsersRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListUsersRequest.Builder |
sortBy(ListUsersRequest.SortBy sortBy)
The field to sort by.
|
ListUsersRequest.Builder |
sortOrder(ListUsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListUsersRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment (remember that the tenancy is simply the root compartment).
compartmentId
- the value to setpublic ListUsersRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
page
- the value to setpublic ListUsersRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
limit
- the value to setpublic ListUsersRequest.Builder identityProviderId(String identityProviderId)
The id of the identity provider.
identityProviderId
- the value to setpublic ListUsersRequest.Builder externalIdentifier(String externalIdentifier)
The id of a user in the identity provider.
externalIdentifier
- the value to setpublic ListUsersRequest.Builder name(String name)
A filter to only return resources that match the given name exactly.
name
- the value to setpublic ListUsersRequest.Builder sortBy(ListUsersRequest.SortBy sortBy)
The field to sort by. You can provide one sort order (sortOrder
). Default order
for TIMECREATED is descending. Default order for NAME is ascending. The NAME sort order
is case sensitive.
*Note:** In general, some "List" operations (for example, ListInstances
) let
you optionally filter by Availability Domain if the scope of the resource type is within
a single Availability Domain. If you call one of these "List" operations without
specifying an Availability Domain, the resources are grouped by Availability Domain, then
sorted.
sortBy
- the value to setpublic ListUsersRequest.Builder sortOrder(ListUsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
). The
NAME sort order is case sensitive.
sortOrder
- the value to setpublic ListUsersRequest.Builder lifecycleState(User.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
lifecycleState
- the value to setpublic ListUsersRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListUsersRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListUsersRequest.Builder copy(ListUsersRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListUsersRequest,Void>
o
- other request from which to copy valuespublic ListUsersRequest build()
Build the instance of ListUsersRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListUsersRequest,Void>
public ListUsersRequest buildWithoutInvocationCallback()
Build the instance of ListUsersRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.