public static class UserDbCredentialsSearchRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserDbCredentialsSearchRequest.Builder |
attributes(List<String> attributes)
A multi-valued list of strings indicating the names of resource attributes to return in
the response overriding the set of attributes that would be returned by default.
|
UserDbCredentialsSearchRequest.Builder |
attributeSets(List<AttributeSets> attributeSets)
A multi-valued list of strings indicating the return type of attribute definition.
|
UserDbCredentialsSearchRequest |
build() |
UserDbCredentialsSearchRequest.Builder |
copy(UserDbCredentialsSearchRequest model) |
UserDbCredentialsSearchRequest.Builder |
count(Integer count)
An integer that indicates the desired maximum number of query results per page.
|
UserDbCredentialsSearchRequest.Builder |
filter(String filter)
The filter string that is used to request a subset of resources.
|
UserDbCredentialsSearchRequest.Builder |
schemas(List<String> schemas)
The schemas attribute is an array of Strings which allows introspection of the supported
schema version for a SCIM representation as well any schema extensions supported by that
representation.
|
UserDbCredentialsSearchRequest.Builder |
sortBy(String sortBy)
A string that indicates the attribute whose value SHALL be used to order the returned
responses.
|
UserDbCredentialsSearchRequest.Builder |
sortOrder(SortOrder sortOrder)
A string that indicates the order in which the sortBy parameter is applied.
|
UserDbCredentialsSearchRequest.Builder |
startIndex(Integer startIndex)
An integer that indicates the 1-based index of the first query result.
|
public UserDbCredentialsSearchRequest.Builder schemas(List<String> schemas)
The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. Query requests MUST be identified using the following URI: “urn:ietf:params:scim:api:messages:2.0:SearchRequest” REQUIRED.
schemas
- the value to setpublic UserDbCredentialsSearchRequest.Builder attributes(List<String> attributes)
A multi-valued list of strings indicating the names of resource attributes to return in the response overriding the set of attributes that would be returned by default. Attribute names MUST be in standard attribute notation (Section 3.10) form. See (additional retrieval query parameters). OPTIONAL.
attributes
- the value to setpublic UserDbCredentialsSearchRequest.Builder attributeSets(List<AttributeSets> attributeSets)
attributeSets
- the value to setpublic UserDbCredentialsSearchRequest.Builder filter(String filter)
The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See Section 3.4.2.2. OPTIONAL.
filter
- the value to setpublic UserDbCredentialsSearchRequest.Builder sortBy(String sortBy)
A string that indicates the attribute whose value SHALL be used to order the returned responses. The sortBy attribute MUST be in standard attribute notation (Section 3.10) form. See Sorting section. OPTIONAL.
sortBy
- the value to setpublic UserDbCredentialsSearchRequest.Builder sortOrder(SortOrder sortOrder)
A string that indicates the order in which the sortBy parameter is applied. Allowed values are “ascending” and “descending”. See (Sorting Section). OPTIONAL.
sortOrder
- the value to setpublic UserDbCredentialsSearchRequest.Builder startIndex(Integer startIndex)
An integer that indicates the 1-based index of the first query result. See Pagination Section. OPTIONAL.
startIndex
- the value to setpublic UserDbCredentialsSearchRequest.Builder count(Integer count)
An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4). OPTIONAL.
count
- the value to setpublic UserDbCredentialsSearchRequest build()
public UserDbCredentialsSearchRequest.Builder copy(UserDbCredentialsSearchRequest model)
Copyright © 2016–2024. All rights reserved.