Class UserExtSecQuestions.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtSecQuestions.Builder
-
- Enclosing class:
- UserExtSecQuestions
public static class UserExtSecQuestions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
answer
public 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
- Parameters:
answer
- the value to set- Returns:
- this builder
-
hintText
public 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
- Parameters:
hintText
- the value to set- Returns:
- this builder
-
build
public UserExtSecQuestions build()
-
copy
public UserExtSecQuestions.Builder copy(UserExtSecQuestions model)
-
-