Class PluginConfigKeyType.PluginConfigKeyTypeBuilder
- java.lang.Object
-
- com.funnelback.plugin.details.model.PluginConfigKeyType.PluginConfigKeyTypeBuilder
-
- Enclosing class:
- PluginConfigKeyType
public static class PluginConfigKeyType.PluginConfigKeyTypeBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private PluginConfigKeyType.Format
subtype
private PluginConfigKeyType.Format
type
-
Constructor Summary
Constructors Constructor Description PluginConfigKeyTypeBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginConfigKeyType
build()
PluginConfigKeyType.PluginConfigKeyTypeBuilder
subtype(PluginConfigKeyType.Format subtype)
If the type of plugin configuration key value is `FORMAT.ARRAY`, define a type of item in an arrayString
toString()
PluginConfigKeyType.PluginConfigKeyTypeBuilder
type(PluginConfigKeyType.Format type)
Type of plugin configuration key value
-
-
-
Field Detail
-
type
private PluginConfigKeyType.Format type
-
subtype
private PluginConfigKeyType.Format subtype
-
-
Method Detail
-
type
public PluginConfigKeyType.PluginConfigKeyTypeBuilder type(PluginConfigKeyType.Format type)
Type of plugin configuration key value- Returns:
this
.
-
subtype
public PluginConfigKeyType.PluginConfigKeyTypeBuilder subtype(PluginConfigKeyType.Format subtype)
If the type of plugin configuration key value is `FORMAT.ARRAY`, define a type of item in an array- Returns:
this
.
-
build
public PluginConfigKeyType build()
-
-