Class SecurityQuestionQuestionText.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.SecurityQuestionQuestionText.Builder
-
- Enclosing class:
- SecurityQuestionQuestionText
public static class SecurityQuestionQuestionText.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityQuestionQuestionText
build()
SecurityQuestionQuestionText.Builder
copy(SecurityQuestionQuestionText model)
SecurityQuestionQuestionText.Builder
isDefault(Boolean isDefault)
If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user’s preferred locale.SecurityQuestionQuestionText.Builder
locale(String locale)
The localeSecurityQuestionQuestionText.Builder
value(String value)
The question text
-
-
-
Method Detail
-
value
public SecurityQuestionQuestionText.Builder value(String value)
The question text*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
locale
public SecurityQuestionQuestionText.Builder locale(String locale)
The locale*SCIM++ Properties:** - caseExact: false - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(locale)" - idcsCanonicalValueSourceResourceType: AllowedValue - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
locale
- the value to set- Returns:
- this builder
-
isDefault
public SecurityQuestionQuestionText.Builder isDefault(Boolean isDefault)
If true, specifies that the localized attribute instance value is the default and will be returned if no localized value found for requesting user’s preferred locale.One and only one instance should have this attribute set to true.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Parameters:
isDefault
- the value to set- Returns:
- this builder
-
build
public SecurityQuestionQuestionText build()
-
copy
public SecurityQuestionQuestionText.Builder copy(SecurityQuestionQuestionText model)
-
-