public static class UserExtSecQuestions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtSecQuestions.Builder |
answer(String answer)
The answer provided by a user for a security question.
|
UserExtSecQuestions |
build() |
UserExtSecQuestions.Builder |
copy(UserExtSecQuestions model) |
UserExtSecQuestions.Builder |
hintText(String hintText)
The hint for an answer that’s given by user when setting up a security question.
|
UserExtSecQuestions.Builder |
ref(String ref)
The URI of the corresponding Security Question resource.
|
UserExtSecQuestions.Builder |
value(String value)
The identifier of the question selected by the user when setting up a security question.
|
public UserExtSecQuestions.Builder value(String value)
The identifier of the question selected by the user when setting up a security question.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic UserExtSecQuestions.Builder ref(String ref)
The URI of the corresponding Security Question resource.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtSecQuestions.Builder answer(String answer)
The answer provided by a user for a security question.
*SCIM++ Properties:** - idcsCsvAttributeName: Answer - idcsSearchable: false - idcsSensitive: hash - multiValued: false - mutability: writeOnly - required: true - returned: never - type: string - uniqueness: none - idcsPii: true
answer
- the value to setpublic UserExtSecQuestions.Builder hintText(String hintText)
The hint for an answer that’s given by user when setting up a security question.
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
hintText
- the value to setpublic UserExtSecQuestions build()
public UserExtSecQuestions.Builder copy(UserExtSecQuestions model)
Copyright © 2016–2024. All rights reserved.