Class CloudGateOauthClient.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.CloudGateOauthClient.Builder
-
- Enclosing class:
- CloudGateOauthClient
public static class CloudGateOauthClient.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateOauthClient
build()
CloudGateOauthClient.Builder
clientId(String clientId)
The Client ID of the OAuth app for this CloudGate.CloudGateOauthClient.Builder
copy(CloudGateOauthClient model)
CloudGateOauthClient.Builder
ref(String ref)
The URI of the OAuth app for this CloudGate.CloudGateOauthClient.Builder
value(String value)
The id of the OAuth app for this CloudGate.
-
-
-
Method Detail
-
value
public CloudGateOauthClient.Builder value(String value)
The id of the OAuth app for this CloudGate.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public CloudGateOauthClient.Builder ref(String ref)
The URI of the OAuth app for this CloudGate.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
clientId
public CloudGateOauthClient.Builder clientId(String clientId)
The Client ID of the OAuth app for this CloudGate.*Added In:** 19.2.1
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
clientId
- the value to set- Returns:
- this builder
-
build
public CloudGateOauthClient build()
-
copy
public CloudGateOauthClient.Builder copy(CloudGateOauthClient model)
-
-