Class CloudGateMappingGatewayApp.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.CloudGateMappingGatewayApp.Builder
 
- 
- Enclosing class:
- CloudGateMappingGatewayApp
 
 public static class CloudGateMappingGatewayApp.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateMappingGatewayAppbuild()CloudGateMappingGatewayApp.Buildercopy(CloudGateMappingGatewayApp model)CloudGateMappingGatewayApp.Buildername(String name)The name (Client ID) of the gateway application protected by this Cloud Gate.CloudGateMappingGatewayApp.Builderref(String ref)The URI to the gateway application protected by this Cloud GateCloudGateMappingGatewayApp.Buildervalue(String value)The id of the gateway application protected by this Cloud Gate.
 
- 
- 
- 
Method Detail- 
namepublic CloudGateMappingGatewayApp.Builder name(String name) The name (Client ID) of the gateway application protected by this Cloud Gate.*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic CloudGateMappingGatewayApp.Builder value(String value) The id of the gateway application protected by this 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
 
 - 
refpublic CloudGateMappingGatewayApp.Builder ref(String ref) The URI to the gateway application protected by 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
 
 - 
buildpublic CloudGateMappingGatewayApp build() 
 - 
copypublic CloudGateMappingGatewayApp.Builder copy(CloudGateMappingGatewayApp model) 
 
- 
 
-