public static class AppCloudControlProperties.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppCloudControlProperties |
build() |
AppCloudControlProperties.Builder |
copy(AppCloudControlProperties model) |
AppCloudControlProperties.Builder |
name(String name)
The name of the property.
|
AppCloudControlProperties.Builder |
values(List<String> values)
The value(s) of the property.
|
public AppCloudControlProperties.Builder name(String name)
The name of the property.
*Added In:** 18.4.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
name
- the value to setpublic AppCloudControlProperties.Builder values(List<String> values)
The value(s) of the property.
*Added In:** 18.4.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: true - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
values
- the value to setpublic AppCloudControlProperties build()
public AppCloudControlProperties.Builder copy(AppCloudControlProperties model)
Copyright © 2016–2024. All rights reserved.