public static class UserExtFactorIdentifier.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtFactorIdentifier |
build() |
UserExtFactorIdentifier.Builder |
copy(UserExtFactorIdentifier model) |
UserExtFactorIdentifier.Builder |
display(String display)
Factor Identifier display name
|
UserExtFactorIdentifier.Builder |
ref(String ref)
The URI that corresponds to the device resource
|
UserExtFactorIdentifier.Builder |
value(String value)
The identifier of the User’s preferred device
|
public UserExtFactorIdentifier.Builder value(String value)
The identifier of the User’s preferred device
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserExtFactorIdentifier.Builder ref(String ref)
The URI that corresponds to the device resource
*Added In:** 20.1.3
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtFactorIdentifier.Builder display(String display)
Factor Identifier display name
*Added In:** 20.1.3
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic UserExtFactorIdentifier build()
public UserExtFactorIdentifier.Builder copy(UserExtFactorIdentifier model)
Copyright © 2016–2024. All rights reserved.