public abstract class SurveySettings
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
SurveySettings.Builder
Builder
(internal usage).
|
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<SurveySettings> |
CREATOR |
Constructor and Description |
---|
SurveySettings() |
Modifier and Type | Method and Description |
---|---|
static SurveySettings.Builder |
builder()
Builder
(internal usage).
|
static SurveySettings |
create(SurveyFormat format,
java.lang.Integer maxValue) |
abstract java.lang.Integer |
getRatingMaxValue()
Rating Maximum Value [2;10].
|
abstract SurveyFormat |
getSurveyFormat()
Survey Format.
|
public static final android.os.Parcelable.Creator<SurveySettings> CREATOR
public abstract SurveyFormat getSurveyFormat()
@Nullable public abstract java.lang.Integer getRatingMaxValue()
public static SurveySettings.Builder builder()
public static SurveySettings create(SurveyFormat format, java.lang.Integer maxValue)