Class CloudGateMappingCloudGate.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.CloudGateMappingCloudGate.Builder
-
- Enclosing class:
- CloudGateMappingCloudGate
public static class CloudGateMappingCloudGate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateMappingCloudGate
build()
CloudGateMappingCloudGate.Builder
copy(CloudGateMappingCloudGate model)
CloudGateMappingCloudGate.Builder
ref(String ref)
The URI of the OAuth app for this Cloud Gate.CloudGateMappingCloudGate.Builder
value(String value)
The id of the owning Cloud Gate.
-
-
-
Method Detail
-
value
public CloudGateMappingCloudGate.Builder value(String value)
The id of the owning Cloud Gate.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public CloudGateMappingCloudGate.Builder ref(String ref)
The URI of the OAuth app for this Cloud Gate.*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
-
build
public CloudGateMappingCloudGate build()
-
copy
public CloudGateMappingCloudGate.Builder copy(CloudGateMappingCloudGate model)
-
-