public class SubInputDetail extends Object
| Constructor and Description |
|---|
SubInputDetail() |
| Modifier and Type | Method and Description |
|---|---|
SubInputDetail |
addItemsItem(Item itemsItem) |
boolean |
equals(Object o) |
Map<String,String> |
getConfiguration()
The value can be pre-filled, if available.
|
List<Item> |
getItems()
In case of a select, the items to choose from.
|
String |
getKey()
The value to provide in the result.
|
String |
getType()
The type of the required input.
|
String |
getValue()
The value can be pre-filled, if available.
|
int |
hashCode() |
Boolean |
isOptional()
True if this input is optional to provide.
|
SubInputDetail |
items(List<Item> items) |
SubInputDetail |
key(String key) |
SubInputDetail |
optional(Boolean optional) |
void |
setConfiguration(Map<String,String> configuration) |
void |
setItems(List<Item> items) |
void |
setKey(String key) |
void |
setOptional(Boolean optional) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
SubInputDetail |
type(String type) |
SubInputDetail |
value(String value) |
public SubInputDetail items(List<Item> items)
public SubInputDetail addItemsItem(Item itemsItem)
public SubInputDetail key(String key)
public String getKey()
public void setKey(String key)
public SubInputDetail optional(Boolean optional)
public Boolean isOptional()
public void setOptional(Boolean optional)
public SubInputDetail type(String type)
public String getType()
public void setType(String type)
public SubInputDetail value(String value)
public String getValue()
public void setValue(String value)
public Map<String,String> getConfiguration()
Copyright © 2022. All rights reserved.