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