Class CloudGateOauthClient.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.CloudGateOauthClient.Builder
 
- 
- Enclosing class:
- CloudGateOauthClient
 
 public static class CloudGateOauthClient.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateOauthClientbuild()CloudGateOauthClient.BuilderclientId(String clientId)The Client ID of the OAuth app for this CloudGate.CloudGateOauthClient.Buildercopy(CloudGateOauthClient model)CloudGateOauthClient.Builderref(String ref)The URI of the OAuth app for this CloudGate.CloudGateOauthClient.Buildervalue(String value)The id of the OAuth app for this CloudGate.
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
clientIdpublic 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
 
 - 
buildpublic CloudGateOauthClient build() 
 - 
copypublic CloudGateOauthClient.Builder copy(CloudGateOauthClient model) 
 
- 
 
-