Class SchemaIdcsComplexAttributeNameMappings.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.SchemaIdcsComplexAttributeNameMappings.Builder
-
- Enclosing class:
- SchemaIdcsComplexAttributeNameMappings
public static class SchemaIdcsComplexAttributeNameMappings.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaIdcsComplexAttributeNameMappings
build()
SchemaIdcsComplexAttributeNameMappings.Builder
copy(SchemaIdcsComplexAttributeNameMappings model)
SchemaIdcsComplexAttributeNameMappings.Builder
idcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute)
Specifies if the attributes that is mapped should be hidden externallySchemaIdcsComplexAttributeNameMappings.Builder
mapsTo(String mapsTo)
The attribute that is mapped to the attribute mappingSchemaIdcsComplexAttributeNameMappings.Builder
name(String name)
The attribute that represents the display name
-
-
-
Method Detail
-
name
public 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
-
mapsTo
public 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
-
idcsRtsaHideAttribute
public 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
-
build
public SchemaIdcsComplexAttributeNameMappings build()
-
copy
public SchemaIdcsComplexAttributeNameMappings.Builder copy(SchemaIdcsComplexAttributeNameMappings model)
-
-