public static class AppAccounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppAccounts.Builder |
active(Boolean active)
Status of the account
|
AppAccounts |
build() |
AppAccounts.Builder |
copy(AppAccounts model) |
AppAccounts.Builder |
name(String name)
Name of the account
|
AppAccounts.Builder |
ownerId(String ownerId)
Owner identifier
|
AppAccounts.Builder |
ref(String ref)
AccountMgmtInfo URI
|
AppAccounts.Builder |
value(String value)
Account identifier
|
public AppAccounts.Builder value(String value)
Account identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic AppAccounts.Builder ref(String ref)
AccountMgmtInfo URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppAccounts.Builder ownerId(String ownerId)
Owner identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
ownerId
- the value to setpublic AppAccounts.Builder name(String name)
Name of the account
*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 AppAccounts.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 AppAccounts build()
public AppAccounts.Builder copy(AppAccounts model)
Copyright © 2016–2024. All rights reserved.