public static class ConfigValue.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConfigValue |
build() |
ConfigValue.Builder |
copy(ConfigValue model) |
ConfigValue.Builder |
listType(ConfigurationListItemType listType)
Configuration list item type (CUSTOM or MANAGED)
|
ConfigValue.Builder |
managedListType(String managedListType)
Type of content in the managed list
|
ConfigValue.Builder |
value(String value)
Configuration value
|
public ConfigValue.Builder listType(ConfigurationListItemType listType)
Configuration list item type (CUSTOM or MANAGED)
listType
- the value to setpublic ConfigValue.Builder managedListType(String managedListType)
Type of content in the managed list
managedListType
- the value to setpublic ConfigValue.Builder value(String value)
Configuration value
value
- the value to setpublic ConfigValue build()
public ConfigValue.Builder copy(ConfigValue model)
Copyright © 2016–2024. All rights reserved.