public static class UserExtManager.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtManager |
build() |
UserExtManager.Builder |
copy(UserExtManager model) |
UserExtManager.Builder |
displayName(String displayName)
The displayName of the User’s manager.
|
UserExtManager.Builder |
ref(String ref)
The URI of the SCIM resource representing the User’s manager.
|
UserExtManager.Builder |
value(String value)
The id of the SCIM resource representing the User’s manager.
|
public UserExtManager.Builder value(String value)
The id of the SCIM resource representing the User’s manager. RECOMMENDED.
*SCIM++ Properties:** - idcsCsvAttributeName: Manager Name - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic UserExtManager.Builder ref(String ref)
The URI of the SCIM resource representing the User’s manager. RECOMMENDED.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtManager.Builder displayName(String displayName)
The displayName of the User’s manager. OPTIONAL and READ-ONLY.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
displayName
- the value to setpublic UserExtManager build()
public UserExtManager.Builder copy(UserExtManager model)
Copyright © 2016–2024. All rights reserved.