public static class UserExtSupportAccounts.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtSupportAccounts |
build() |
UserExtSupportAccounts.Builder |
copy(UserExtSupportAccounts model) |
UserExtSupportAccounts.Builder |
ocid(String ocid)
The OCID of the user’s support account.
|
UserExtSupportAccounts.Builder |
provider(String provider)
User Support Account Provider
|
UserExtSupportAccounts.Builder |
ref(String ref)
The URI of the corresponding Support Account resource to which the user belongs
|
UserExtSupportAccounts.Builder |
userId(String userId)
User Support User Id
|
UserExtSupportAccounts.Builder |
value(String value)
The identifier of the User’s support Account.
|
public UserExtSupportAccounts.Builder value(String value)
The identifier of the User’s support Account.
*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic UserExtSupportAccounts.Builder provider(String provider)
User Support Account Provider
*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
provider
- the value to setpublic UserExtSupportAccounts.Builder userId(String userId)
User Support User Id
*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
userId
- the value to setpublic UserExtSupportAccounts.Builder ocid(String ocid)
The OCID of the user’s support account.
*Added In:** 2103141444
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic UserExtSupportAccounts.Builder ref(String ref)
The URI of the corresponding Support Account resource to which the user belongs
*Added In:** 2103141444
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic UserExtSupportAccounts build()
public UserExtSupportAccounts.Builder copy(UserExtSupportAccounts model)
Copyright © 2016–2024. All rights reserved.