Class SelfRegistrationProfileAfterSubmitText.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.SelfRegistrationProfileAfterSubmitText.Builder
-
- Enclosing class:
- SelfRegistrationProfileAfterSubmitText
public static class SelfRegistrationProfileAfterSubmitText.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfRegistrationProfileAfterSubmitText
build()
SelfRegistrationProfileAfterSubmitText.Builder
copy(SelfRegistrationProfileAfterSubmitText model)
SelfRegistrationProfileAfterSubmitText.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.SelfRegistrationProfileAfterSubmitText.Builder
locale(String locale)
Type of user’s locale e.g.SelfRegistrationProfileAfterSubmitText.Builder
value(String value)
Localized value of after submit text in corresponding locale
-
-
-
Method Detail
-
locale
public SelfRegistrationProfileAfterSubmitText.Builder locale(String locale)
Type of user’s locale e.g.en-CA
*SCIM++ Properties:** - caseExact: false - idcsCanonicalValueSourceFilter: attrName eq "locales" and attrValues.value eq "$(type)" - idcsCanonicalValueSourceResourceType: AllowedValue - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
locale
- the value to set- Returns:
- this builder
-
value
public SelfRegistrationProfileAfterSubmitText.Builder value(String value)
Localized value of after submit text in corresponding locale*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
isDefault
public SelfRegistrationProfileAfterSubmitText.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:** - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Parameters:
isDefault
- the value to set- Returns:
- this builder
-
build
public SelfRegistrationProfileAfterSubmitText build()
-
copy
public SelfRegistrationProfileAfterSubmitText.Builder copy(SelfRegistrationProfileAfterSubmitText model)
-
-