public static class UserExtAccounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtAccounts.Builder |
active(Boolean active)
Status of the account
|
UserExtAccounts.Builder |
appId(String appId)
The ID of the App to which this Account gives access.
|
UserExtAccounts |
build() |
UserExtAccounts.Builder |
copy(UserExtAccounts model) |
UserExtAccounts.Builder |
name(String name)
Name of the account assigned to the User.
|
UserExtAccounts.Builder |
ref(String ref)
The URI of the Account assigned to the User.
|
UserExtAccounts.Builder |
value(String value)
The Id of the Account assigned to the User.
|
public UserExtAccounts.Builder value(String value)
The Id of the Account assigned to the User.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic UserExtAccounts.Builder ref(String ref)
The URI of the Account assigned to the User.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtAccounts.Builder appId(String appId)
The ID of the App to which this Account gives access.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
appId
- the value to setpublic UserExtAccounts.Builder name(String name)
Name of the account assigned to the User.
*Added In:** 17.4.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic UserExtAccounts.Builder active(Boolean active)
Status of the account
*Added In:** 17.4.6
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
active
- the value to setpublic UserExtAccounts build()
public UserExtAccounts.Builder copy(UserExtAccounts model)
Copyright © 2016–2024. All rights reserved.