ActionParameterRequest¶
-
public class
ActionParameterRequest
implements Comparable<ActionParameterRequest>¶ Object representation of a parameter in the channel action request definition.
See also:
ActionEventRequest
Constructors¶
ActionParameterRequest¶
-
public
ActionParameterRequest
(Integer order, String key, String value, String displayName, String type, boolean required, boolean hidden, SortedSet<String> options)¶ Constructor.
Parameters: - order – the parameter order
- key – the parameter key
- value – the parameter value
- displayName – the parameter display name
- type – the parameter type
- required – defines if the parameter is required
- hidden – defines if the parameter is hidden on the UI
- options – the parameter options for select parameter type
Methods¶
compareTo¶
-
public int
compareTo
(ActionParameterRequest o)¶
getDisplayName¶
getOptions¶
getOrder¶
isRequired¶
-
public boolean
isRequired
()¶ Returns whether this action parameter is required.
Returns: true if this action parameter is required, false otherwise