-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Survey.Question.QuestionTypeDefines the possible types of the survey Question.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TEXTSCALESINGLE_CHOICEBOOLEANUNKNOWNDefault value, could be received if value returned by server is not supported by current version of SDK.
-
Method Summary
Modifier and Type Method Description static Array<Survey.Question.QuestionType>values()static Survey.Question.QuestionTypevalueOf(String name)-
-
Method Detail
-
values
static Array<Survey.Question.QuestionType> values()
-
valueOf
static Survey.Question.QuestionType valueOf(String name)
-
-
-
-