Skip to content

Commit 5050148

Browse files
author
JW Wesson
committed
add some missing docs
1 parent 10086d1 commit 5050148

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/textkernel/tx/models/api/parsing/FlexRequestDataType.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
* Possible data types for FlexRequests
55
*/
66
public enum FlexRequestDataType {
7+
/** Text/string response expected */
78
Text,
9+
/** Numeric response expected */
810
Numeric,
11+
/** Boolean response expected */
912
Bool,
13+
/** List of text responses expected */
1014
List,
15+
/** Text response should be from a provided list of options. See {@link FlexRequest#EnumerationValues} */
1116
Enumeration
1217
}

0 commit comments

Comments
 (0)