Skip to content

Commit

Permalink
add some missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JW Wesson committed Mar 1, 2024
1 parent 10086d1 commit 5050148
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
* Possible data types for FlexRequests
*/
public enum FlexRequestDataType {
/** Text/string response expected */
Text,
/** Numeric response expected */
Numeric,
/** Boolean response expected */
Bool,
/** List of text responses expected */
List,
/** Text response should be from a provided list of options. See {@link FlexRequest#EnumerationValues} */
Enumeration
}

0 comments on commit 5050148

Please sign in to comment.