public static class ConfigDefinition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConfigDefinition |
build() |
ConfigDefinition.Builder |
configParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions)
The parameter configuration details.
|
ConfigDefinition.Builder |
copy(ConfigDefinition model) |
ConfigDefinition.Builder |
isContained(Boolean isContained)
Specifies whether the configuration is contained or not.
|
ConfigDefinition.Builder |
key(String key)
The key of the object.
|
ConfigDefinition.Builder |
modelType(String modelType)
The type of the object.
|
ConfigDefinition.Builder |
modelVersion(String modelVersion)
The model version of an object.
|
ConfigDefinition.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
ConfigDefinition.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects,
other values reserved.
|
ConfigDefinition.Builder |
parentRef(ParentReference parentRef) |
public ConfigDefinition.Builder key(String key)
The key of the object.
key
- the value to setpublic ConfigDefinition.Builder modelType(String modelType)
The type of the object.
modelType
- the value to setpublic ConfigDefinition.Builder modelVersion(String modelVersion)
The model version of an object.
modelVersion
- the value to setpublic ConfigDefinition.Builder parentRef(ParentReference parentRef)
public ConfigDefinition.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic ConfigDefinition.Builder isContained(Boolean isContained)
Specifies whether the configuration is contained or not.
isContained
- the value to setpublic ConfigDefinition.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
objectStatus
- the value to setpublic ConfigDefinition.Builder configParameterDefinitions(Map<String,ConfigParameterDefinition> configParameterDefinitions)
The parameter configuration details.
configParameterDefinitions
- the value to setpublic ConfigDefinition build()
public ConfigDefinition.Builder copy(ConfigDefinition model)
Copyright © 2016–2024. All rights reserved.