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