Uses of Class
tigase.http.modules.setup.Setup.Question
-
Packages that use Setup.Question Package Description tigase.http.modules.setup -
-
Uses of Setup.Question in tigase.http.modules.setup
Subclasses of Setup.Question in tigase.http.modules.setup Modifier and Type Class Description static classSetup.MultiAnswerQuestionstatic classSetup.SingleAnswerQuestionMethods in tigase.http.modules.setup that return Setup.Question Modifier and Type Method Description Setup.QuestionSetup.Page. getQuestion(String id)Methods in tigase.http.modules.setup with parameters of type Setup.Question Modifier and Type Method Description protected voidSetup.Page. addQuestion(Setup.Question question)Method parameters in tigase.http.modules.setup with type arguments of type Setup.Question Modifier and Type Method Description protected voidSetup.Page. setQuestions(Stream<Setup.Question> questions)Constructors in tigase.http.modules.setup with parameters of type Setup.Question Constructor Description Page(String title, Setup.Question... questions)Constructor parameters in tigase.http.modules.setup with type arguments of type Setup.Question Constructor Description Page(String title, Stream<Setup.Question> questions)
-