Class SchemaIdcsComplexAttributeNameMappings.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.SchemaIdcsComplexAttributeNameMappings.Builder
 
- 
- Enclosing class:
- SchemaIdcsComplexAttributeNameMappings
 
 public static class SchemaIdcsComplexAttributeNameMappings.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaIdcsComplexAttributeNameMappingsbuild()SchemaIdcsComplexAttributeNameMappings.Buildercopy(SchemaIdcsComplexAttributeNameMappings model)SchemaIdcsComplexAttributeNameMappings.BuilderidcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute)Specifies if the attributes that is mapped should be hidden externallySchemaIdcsComplexAttributeNameMappings.BuildermapsTo(String mapsTo)The attribute that is mapped to the attribute mappingSchemaIdcsComplexAttributeNameMappings.Buildername(String name)The attribute that represents the display name
 
- 
- 
- 
Method Detail- 
namepublic SchemaIdcsComplexAttributeNameMappings.Builder name(String name) The attribute that represents the display name*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
mapsTopublic SchemaIdcsComplexAttributeNameMappings.Builder mapsTo(String mapsTo) The attribute that is mapped to the attribute mapping*SCIM++ Properties:** - caseExact: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none - Parameters:
- mapsTo- the value to set
- Returns:
- this builder
 
 - 
idcsRtsaHideAttributepublic SchemaIdcsComplexAttributeNameMappings.Builder idcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute) Specifies if the attributes that is mapped should be hidden externally*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- idcsRtsaHideAttribute- the value to set
- Returns:
- this builder
 
 - 
buildpublic SchemaIdcsComplexAttributeNameMappings build() 
 - 
copypublic SchemaIdcsComplexAttributeNameMappings.Builder copy(SchemaIdcsComplexAttributeNameMappings model) 
 
- 
 
-