public static class MySupportAccountUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MySupportAccountUser |
build() |
MySupportAccountUser.Builder |
copy(MySupportAccountUser model) |
MySupportAccountUser.Builder |
display(String display)
User display name
|
MySupportAccountUser.Builder |
name(String name)
User name
|
MySupportAccountUser.Builder |
ocid(String ocid)
User’s ocid
|
MySupportAccountUser.Builder |
ref(String ref)
The URI that corresponds to the user linked to this Support Account
|
MySupportAccountUser.Builder |
value(String value)
User’s id
|
public MySupportAccountUser.Builder value(String value)
User’s id
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic MySupportAccountUser.Builder ocid(String ocid)
User’s ocid
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic MySupportAccountUser.Builder ref(String ref)
The URI that corresponds to the user linked to this Support Account
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic MySupportAccountUser.Builder display(String display)
User display name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MySupportAccountUser.Builder name(String name)
User name
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic MySupportAccountUser build()
public MySupportAccountUser.Builder copy(MySupportAccountUser model)
Copyright © 2016–2024. All rights reserved.