Class InputDetail


  • public class InputDetail
    extends Object
    InputDetail
    • Constructor Detail

      • InputDetail

        public InputDetail()
    • Method Detail

      • getConfiguration

        public Map<String,​String> getConfiguration()
        Configuration parameters for the required input.
        Returns:
        configuration
      • setConfiguration

        public void setConfiguration​(Map<String,​String> configuration)
      • getDetails

        public List<SubInputDetail> getDetails()
        Input details can also be provided recursively.
        Returns:
        details
      • getItemSearchUrl

        public String getItemSearchUrl()
        In case of a select, the URL from which to query the items.
        Returns:
        itemSearchUrl
      • setItemSearchUrl

        public void setItemSearchUrl​(String itemSearchUrl)
      • getItems

        public List<Item> getItems()
        In case of a select, the items to choose from.
        Returns:
        items
      • setItems

        public void setItems​(List<Item> items)
      • getKey

        public String getKey()
        The value to provide in the result.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • isOptional

        public Boolean isOptional()
        True if this input is optional to provide.
        Returns:
        optional
      • setOptional

        public void setOptional​(Boolean optional)
      • getType

        public String getType()
        The type of the required input.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getValue

        public String getValue()
        The value can be pre-filled, if available.
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object