Class SelfRegistrationProfileDisplayName.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.SelfRegistrationProfileDisplayName.Builder
 
- 
- Enclosing class:
- SelfRegistrationProfileDisplayName
 
 public static class SelfRegistrationProfileDisplayName.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfRegistrationProfileDisplayNamebuild()SelfRegistrationProfileDisplayName.Buildercopy(SelfRegistrationProfileDisplayName model)SelfRegistrationProfileDisplayName.BuilderisDefault(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.SelfRegistrationProfileDisplayName.Builderlocale(String locale)Type of user’s locale e.g.SelfRegistrationProfileDisplayName.Buildervalue(String value)Localized value of displayName in corresponding locale
 
- 
- 
- 
Method Detail- 
localepublic SelfRegistrationProfileDisplayName.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
 
 - 
valuepublic SelfRegistrationProfileDisplayName.Builder value(String value) Localized value of displayName 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
 
 - 
isDefaultpublic SelfRegistrationProfileDisplayName.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
 
 - 
buildpublic SelfRegistrationProfileDisplayName build() 
 - 
copypublic SelfRegistrationProfileDisplayName.Builder copy(SelfRegistrationProfileDisplayName model) 
 
- 
 
-