Uses of Class
software.xdev.sessionize.model.QuestionAnswerFull
Packages that use QuestionAnswerFull
-
Uses of QuestionAnswerFull in software.xdev.sessionize.model
Methods in software.xdev.sessionize.model that return QuestionAnswerFullMethods in software.xdev.sessionize.model that return types with arguments of type QuestionAnswerFullModifier and TypeMethodDescriptionSession.getQuestionAnswers()Get questionAnswersSpeaker.getQuestionAnswers()Get questionAnswersMethods in software.xdev.sessionize.model with parameters of type QuestionAnswerFullModifier and TypeMethodDescriptionSession.addQuestionAnswersItem(QuestionAnswerFull questionAnswersItem) Speaker.addQuestionAnswersItem(QuestionAnswerFull questionAnswersItem) Method parameters in software.xdev.sessionize.model with type arguments of type QuestionAnswerFullModifier and TypeMethodDescriptionSession.questionAnswers(List<QuestionAnswerFull> questionAnswers) Speaker.questionAnswers(List<QuestionAnswerFull> questionAnswers) voidSession.setQuestionAnswers(List<QuestionAnswerFull> questionAnswers) voidSpeaker.setQuestionAnswers(List<QuestionAnswerFull> questionAnswers)