public static class AuthenticationFactorSettingsSearchRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFactorSettingsSearchRequest.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.
|
AuthenticationFactorSettingsSearchRequest.Builder |
attributeSets(List<AttributeSets> attributeSets)
A multi-valued list of strings indicating the return type of attribute definition.
|
AuthenticationFactorSettingsSearchRequest |
build() |
AuthenticationFactorSettingsSearchRequest.Builder |
copy(AuthenticationFactorSettingsSearchRequest model) |
AuthenticationFactorSettingsSearchRequest.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.
|
public AuthenticationFactorSettingsSearchRequest.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 AuthenticationFactorSettingsSearchRequest.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 AuthenticationFactorSettingsSearchRequest.Builder attributeSets(List<AttributeSets> attributeSets)
attributeSets
- the value to setpublic AuthenticationFactorSettingsSearchRequest build()
public AuthenticationFactorSettingsSearchRequest.Builder copy(AuthenticationFactorSettingsSearchRequest model)
Copyright © 2016–2024. All rights reserved.