Uses of Interface
io.dialob.api.questionnaire.Answer
Packages that use Answer
-
Uses of Answer in io.dialob.api.questionnaire
Classes in io.dialob.api.questionnaire that implement AnswerModifier and TypeClassDescriptionfinal classImmutable implementation ofAnswer.final classA modifiable implementation of theAnswertype.Methods in io.dialob.api.questionnaire that return AnswerMethods in io.dialob.api.questionnaire that return types with arguments of type AnswerModifier and TypeMethodDescriptionImmutableQuestionnaire.getAnswers()ModifiableQuestionnaire.getAnswers()Questionnaire.getAnswers()Methods in io.dialob.api.questionnaire with parameters of type AnswerModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.addAnswers(Answer element) Adds one element toanswerslist.ImmutableQuestionnaire.Builder.addAnswers(Answer... elements) Adds elements toanswerslist.ModifiableQuestionnaire.addAnswers(Answer element) Adds one element toanswerslist.final ModifiableQuestionnaireModifiableQuestionnaire.addAnswers(Answer... elements) Adds elements toanswerslist.QuestionnaireRepository.Modifier.addAnswers(Answer value) Add a value to theanswerslist attribute.QuestionnaireRepository.Updater.addAnswers(Answer value) Add a value to theanswerslist attribute.QuestionnaireRepository.Criteria.answersContains(Answer value) static ImmutableAnswerCreates an immutable copy of aAnswervalue.final ImmutableAnswer.BuilderFill a builder with attribute values from the providedAnswerinstance.Fill this modifiable instance with attribute values from the providedAnswerinstance.QuestionnaireRepository.Modifier.removeAnswers(Answer value) Remove a value from theanswerslist attribute.QuestionnaireRepository.Updater.removeAnswers(Answer value) Remove a value from theanswerslist attribute.final 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 AnswerModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.addAllAnswers(Iterable<? extends Answer> elements) Adds elements toanswerslist.ModifiableQuestionnaire.addAllAnswers(Iterable<? extends Answer> elements) Adds elements toanswerslist.QuestionnaireRepository.Modifier.addAllAnswers(Iterable<? extends Answer> values) Add all of the given values to theanswerslist attribute.QuestionnaireRepository.Updater.addAllAnswers(Iterable<? extends Answer> values) Add all of the given values to theanswerslist attribute.Sets or replaces all elements foranswerslist.QuestionnaireRepository.Criteria.answersContainsAll(Iterable<Answer> values) ModifiableQuestionnaire.setAnswers(Iterable<? extends Answer> elements) Sets or replaces all elements foranswerslist.QuestionnaireRepository.Modifier.setAnswers(Iterable<? extends Answer> values) Override all values ofanswerslist attribute.QuestionnaireRepository.Updater.setAnswers(Iterable<? extends Answer> values) Override all values ofanswerslist attribute.final ImmutableQuestionnaireImmutableQuestionnaire.withAnswers(Iterable<? extends Answer> elements) Copy the current immutable object with elements that replace the content ofanswers.