InputDetail |
InputDetail.addDetailsItem(SubInputDetail detailsItem) |
|
InputDetail |
InputDetail.addInputDetailsItem(SubInputDetail inputDetailsItem) |
|
InputDetail |
InputDetail.addItemsItem(Item itemsItem) |
|
InputDetail |
InputDetail.configuration(Map<String,String> configuration) |
Configuration parameters for the required input.
|
InputDetail |
InputDetail.details(List<SubInputDetail> details) |
Input details can also be provided recursively.
|
static InputDetail |
InputDetail.fromJson(String jsonString) |
Create an instance of InputDetail given an JSON string
|
InputDetail |
InputDetail.inputDetails(List<SubInputDetail> inputDetails) |
Deprecated.
|
InputDetail |
InputDetail.items(List<Item> items) |
In case of a select, the items to choose from.
|
InputDetail |
InputDetail.itemSearchUrl(String itemSearchUrl) |
In case of a select, the URL from which to query the items.
|
InputDetail |
InputDetail.key(String key) |
The value to provide in the result.
|
InputDetail |
InputDetail.optional(Boolean optional) |
True if this input value is optional.
|
InputDetail |
InputDetail.putConfigurationItem(String key,
String configurationItem) |
|
InputDetail |
InputDetail.type(String type) |
The type of the required input.
|
InputDetail |
InputDetail.value(String value) |
The value can be pre-filled, if available.
|