public static final enum

Survey.Question.QuestionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.glia.androidsdk.engagement.Survey.Question.QuestionType

Class Overview

Defines the possible types of the survey Question.

Summary

Enum Values
Survey.Question.QuestionType  BOOLEAN   
Survey.Question.QuestionType  SCALE   
Survey.Question.QuestionType  SINGLE_CHOICE   
Survey.Question.QuestionType  TEXT   
Survey.Question.QuestionType  UNKNOWN  Default value, could be received if value returned by server is not supported by current version of SDK. 
Public Methods
static Survey.Question.QuestionType valueOf(String name)
final static QuestionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Survey.Question.QuestionType BOOLEAN

public static final Survey.Question.QuestionType SCALE

public static final Survey.Question.QuestionType SINGLE_CHOICE

public static final Survey.Question.QuestionType TEXT

public static final Survey.Question.QuestionType UNKNOWN

Default value, could be received if value returned by server is not supported by current version of SDK.

Public Methods

public static Survey.Question.QuestionType valueOf (String name)

public static final QuestionType[] values ()