public static class MyApiKeyUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MyApiKeyUser |
build() |
MyApiKeyUser.Builder |
copy(MyApiKeyUser model) |
MyApiKeyUser.Builder |
display(String display)
The user’s display name.
|
MyApiKeyUser.Builder |
name(String name)
The username.
|
MyApiKeyUser.Builder |
ocid(String ocid)
The user’s OCID.
|
MyApiKeyUser.Builder |
ref(String ref)
The URI that corresponds to the user linked to this credential.
|
MyApiKeyUser.Builder |
value(String value)
The user’s ID.
|
public MyApiKeyUser.Builder value(String value)
The 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 MyApiKeyUser.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 MyApiKeyUser.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 MyApiKeyUser.Builder display(String display)
The user’s 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 MyApiKeyUser.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 MyApiKeyUser build()
public MyApiKeyUser.Builder copy(MyApiKeyUser model)
Copyright © 2016–2024. All rights reserved.