Class ResponseVideoSelfieQuestions
-
- All Implemented Interfaces:
public class ResponseVideoSelfieQuestions
-
-
Field Summary
Fields Modifier and Type Field Description public List<ResponseVideoSelfieQuestion>
questionsAndAnswers
-
Constructor Summary
Constructors Constructor Description ResponseVideoSelfieQuestions(List<ResponseVideoSelfieQuestion> questionsAndAnswers)
-
Method Summary
Modifier and Type Method Description List<ResponseVideoSelfieQuestion>
getQuestionsAndAnswers()
static ResponseVideoSelfieQuestions
parse(ResponseBody responseBody)
-
-
Constructor Detail
-
ResponseVideoSelfieQuestions
ResponseVideoSelfieQuestions(List<ResponseVideoSelfieQuestion> questionsAndAnswers)
-
-
Method Detail
-
getQuestionsAndAnswers
List<ResponseVideoSelfieQuestion> getQuestionsAndAnswers()
-
parse
static ResponseVideoSelfieQuestions parse(ResponseBody responseBody)
-
-
-
-