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