Package com.incode.welcome_sdk.modules
Class DynamicForms.Screen.Question
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DynamicForms.Screen.Question implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final String
id
private final String
questionText
private final DynamicForms.InputType
inputType
private final DynamicForms.PredefinedInputType
predefinedQuestionType
-
Constructor Summary
Constructors Constructor Description DynamicForms.Screen.Question(String id, String questionText, DynamicForms.InputType inputType, DynamicForms.PredefinedInputType predefinedQuestionType)
-
Method Summary
Modifier and Type Method Description final String
getId()
final String
getQuestionText()
final DynamicForms.InputType
getInputType()
final DynamicForms.PredefinedInputType
getPredefinedQuestionType()
-
-
Constructor Detail
-
DynamicForms.Screen.Question
DynamicForms.Screen.Question(String id, String questionText, DynamicForms.InputType inputType, DynamicForms.PredefinedInputType predefinedQuestionType)
-
-
Method Detail
-
getQuestionText
final String getQuestionText()
-
getInputType
final DynamicForms.InputType getInputType()
-
getPredefinedQuestionType
final DynamicForms.PredefinedInputType getPredefinedQuestionType()
-
-
-
-