public static class CloudGateMappingServer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CloudGateMappingServer |
build() |
CloudGateMappingServer.Builder |
copy(CloudGateMappingServer model) |
CloudGateMappingServer.Builder |
ref(String ref)
The URI to the server block entry
|
CloudGateMappingServer.Builder |
value(String value)
The id of the server block entry.
|
public CloudGateMappingServer.Builder value(String value)
The id of the server block entry.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic CloudGateMappingServer.Builder ref(String ref)
The URI to the server block entry
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic CloudGateMappingServer build()
public CloudGateMappingServer.Builder copy(CloudGateMappingServer model)
Copyright © 2016–2024. All rights reserved.