public static class SchemaIdcsComplexAttributeNameMappings.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SchemaIdcsComplexAttributeNameMappings |
build() |
SchemaIdcsComplexAttributeNameMappings.Builder |
copy(SchemaIdcsComplexAttributeNameMappings model) |
SchemaIdcsComplexAttributeNameMappings.Builder |
idcsRtsaHideAttribute(Boolean idcsRtsaHideAttribute)
Specifies if the attributes that is mapped should be hidden externally
|
SchemaIdcsComplexAttributeNameMappings.Builder |
mapsTo(String mapsTo)
The attribute that is mapped to the attribute mapping
|
SchemaIdcsComplexAttributeNameMappings.Builder |
name(String name)
The attribute that represents the display 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
name
- the value to setpublic 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
mapsTo
- the value to setpublic 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
idcsRtsaHideAttribute
- the value to setpublic SchemaIdcsComplexAttributeNameMappings build()
public SchemaIdcsComplexAttributeNameMappings.Builder copy(SchemaIdcsComplexAttributeNameMappings model)
Copyright © 2016–2024. All rights reserved.