public static class CloudGateMappingGatewayApp.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateMappingGatewayApp |
build() |
CloudGateMappingGatewayApp.Builder |
copy(CloudGateMappingGatewayApp model) |
CloudGateMappingGatewayApp.Builder |
name(String name)
The name (Client ID) of the gateway application protected by this Cloud Gate.
|
CloudGateMappingGatewayApp.Builder |
ref(String ref)
The URI to the gateway application protected by this Cloud Gate
|
CloudGateMappingGatewayApp.Builder |
value(String value)
The id of the gateway application protected by this Cloud Gate.
|
public 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
name
- the value to setpublic 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
value
- the value to setpublic 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
ref
- the value to setpublic CloudGateMappingGatewayApp build()
public CloudGateMappingGatewayApp.Builder copy(CloudGateMappingGatewayApp model)
Copyright © 2016–2024. All rights reserved.