public static class AccountMgmtInfoOwner.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccountMgmtInfoOwner |
build() |
AccountMgmtInfoOwner.Builder |
copy(AccountMgmtInfoOwner model) |
AccountMgmtInfoOwner.Builder |
display(String display)
User display name
|
AccountMgmtInfoOwner.Builder |
email(String email)
The email address of this user
|
AccountMgmtInfoOwner.Builder |
ref(String ref)
User URI
|
AccountMgmtInfoOwner.Builder |
userName(String userName)
User name
|
AccountMgmtInfoOwner.Builder |
value(String value)
User Identifier
|
public AccountMgmtInfoOwner.Builder value(String value)
User Identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none
value
- the value to setpublic AccountMgmtInfoOwner.Builder ref(String ref)
User URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AccountMgmtInfoOwner.Builder display(String display)
User display name
*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
display
- the value to setpublic AccountMgmtInfoOwner.Builder userName(String userName)
User name
*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
userName
- the value to setpublic AccountMgmtInfoOwner.Builder email(String email)
The email address of this user
*SCIM++ Properties:** - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
email
- the value to setpublic AccountMgmtInfoOwner build()
public AccountMgmtInfoOwner.Builder copy(AccountMgmtInfoOwner model)
Copyright © 2016–2024. All rights reserved.