Uses of Interface
io.dialob.api.questionnaire.Answer
-
Packages that use Answer Package Description io.dialob.api.questionnaire -
-
Uses of Answer in io.dialob.api.questionnaire
Classes in io.dialob.api.questionnaire that implement Answer Modifier and Type Class Description classImmutableAnswerImmutable implementation ofAnswer.classModifiableAnswerA modifiable implementation of theAnswertype.Methods in io.dialob.api.questionnaire that return Answer Modifier and Type Method Description static AnswerQuestionnaireFactory. answer(String id, Object value)Methods in io.dialob.api.questionnaire that return types with arguments of type Answer Modifier and Type Method Description List<Answer>ImmutableQuestionnaire. getAnswers()List<Answer>ModifiableQuestionnaire. getAnswers()List<Answer>Questionnaire. getAnswers()Methods in io.dialob.api.questionnaire with parameters of type Answer Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addAnswers(Answer element)Adds one element toanswerslist.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addAnswers(Answer... elements)Adds elements toanswerslist.ModifiableQuestionnaireModifiableQuestionnaire. addAnswers(Answer element)Adds one element toanswerslist.ModifiableQuestionnaireModifiableQuestionnaire. addAnswers(Answer... elements)Adds elements toanswerslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addAnswers(Answer value)Add a value to theanswerslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addAnswers(Answer value)Add a value to theanswerslist attribute.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. answersContains(Answer value)static ImmutableAnswerImmutableAnswer. copyOf(Answer instance)Creates an immutable copy of aAnswervalue.ImmutableAnswer.BuilderImmutableAnswer.Builder. from(Answer instance)Fill a builder with attribute values from the providedAnswerinstance.ModifiableAnswerModifiableAnswer. from(Answer instance)Fill this modifiable instance with attribute values from the providedAnswerinstance.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. removeAnswers(Answer value)Remove a value from theanswerslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. removeAnswers(Answer value)Remove a value from theanswerslist attribute.ImmutableQuestionnaireImmutableQuestionnaire. withAnswers(Answer... elements)Copy the current immutable object with elements that replace the content ofanswers.Method parameters in io.dialob.api.questionnaire with type arguments of type Answer Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addAllAnswers(Iterable<? extends Answer> elements)Adds elements toanswerslist.ModifiableQuestionnaireModifiableQuestionnaire. addAllAnswers(Iterable<? extends Answer> elements)Adds elements toanswerslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addAllAnswers(Iterable<? extends Answer> values)Add all of the given values to theanswerslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addAllAnswers(Iterable<? extends Answer> values)Add all of the given values to theanswerslist attribute.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. answers(Iterable<? extends Answer> elements)Sets or replaces all elements foranswerslist.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. answersContainsAll(Iterable<Answer> values)ModifiableQuestionnaireModifiableQuestionnaire. setAnswers(Iterable<? extends Answer> elements)Sets or replaces all elements foranswerslist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. setAnswers(Iterable<? extends Answer> values)Override all values ofanswerslist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. setAnswers(Iterable<? extends Answer> values)Override all values ofanswerslist attribute.ImmutableQuestionnaireImmutableQuestionnaire. withAnswers(Iterable<? extends Answer> elements)Copy the current immutable object with elements that replace the content ofanswers.
-