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