public abstract class SurveyInputData
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
SurveyInputData.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SurveyInputData> |
CREATOR |
Constructor and Description |
---|
SurveyInputData() |
Modifier and Type | Method and Description |
---|---|
static SurveyInputData.Builder |
builder()
Builder
(internal usage).
|
static SurveyInputData |
create(java.lang.String message,
SurveySettings settings) |
abstract java.lang.String |
getMessage()
message value of the survey
|
abstract SurveySettings |
getSurveySettings()
settings of the survey
|
public static final android.os.Parcelable.Creator<SurveyInputData> CREATOR
public static SurveyInputData.Builder builder()
public static SurveyInputData create(java.lang.String message, SurveySettings settings)
public abstract java.lang.String getMessage()
public abstract SurveySettings getSurveySettings()