public static class ListUsersRequest.Builder extends Object implements BmcRequest.Builder<ListUsersRequest,Void>
Modifier and Type | Method and Description |
---|---|
ListUsersRequest |
build()
Build the instance of ListUsersRequest as configured by this builder
|
ListUsersRequest |
buildWithoutInvocationCallback() |
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(Consumer<javax.ws.rs.client.Invocation.Builder> 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 ). |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public ListUsersRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> 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.util.internal.Consumer)
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.Builder compartmentId(String compartmentId)
The OCID of the compartment (remember that the tenancy is simply the root compartment).
this
.public ListUsersRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
this
.public ListUsersRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
this
.public ListUsersRequest.Builder identityProviderId(String identityProviderId)
The id of the identity provider.
this
.public ListUsersRequest.Builder externalIdentifier(String externalIdentifier)
The id of a user in the identity provider.
this
.public ListUsersRequest.Builder name(String name)
A filter to only return resources that match the given name exactly.
this
.public 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.
this
.public ListUsersRequest.Builder sortOrder(ListUsersRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
). The NAME sort order
is case sensitive.
this
.public ListUsersRequest.Builder lifecycleState(User.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
this
.public ListUsersRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.