Class UserExtManager.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtManager.Builder
-
- Enclosing class:
- UserExtManager
public static class UserExtManager.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
displayName
public 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
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public UserExtManager build()
-
copy
public UserExtManager.Builder copy(UserExtManager model)
-
-