Uses of Class
io.dialob.api.questionnaire.ImmutableQuestionnaire
Packages that use ImmutableQuestionnaire
-
Uses of ImmutableQuestionnaire in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return ImmutableQuestionnaireModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.build()Builds a newImmutableQuestionnaire.static ImmutableQuestionnaireImmutableQuestionnaire.copyOf(Questionnaire instance) Creates an immutable copy of aQuestionnairevalue.final ImmutableQuestionnaireModifiableQuestionnaire.toImmutable()Converts toImmutableQuestionnaire.final ImmutableQuestionnaireImmutableQuestionnaire.withActiveItem(String value) Copy the current immutable object by setting a value for theactiveItemattribute.final ImmutableQuestionnaireImmutableQuestionnaire.withAnswers(Answer... elements) Copy the current immutable object with elements that replace the content ofanswers.final ImmutableQuestionnaireImmutableQuestionnaire.withAnswers(Iterable<? extends Answer> elements) Copy the current immutable object with elements that replace the content ofanswers.final ImmutableQuestionnaireImmutableQuestionnaire.withContext(ContextValue... elements) Copy the current immutable object with elements that replace the content ofcontext.final ImmutableQuestionnaireImmutableQuestionnaire.withContext(Iterable<? extends ContextValue> elements) Copy the current immutable object with elements that replace the content ofcontext.final ImmutableQuestionnaireImmutableQuestionnaire.withErrors(Error... elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableQuestionnaireImmutableQuestionnaire.withErrors(Iterable<? extends Error> elements) Copy the current immutable object with elements that replace the content oferrors.final ImmutableQuestionnaireCopy the current immutable object by setting a value for theidattribute.final ImmutableQuestionnaireImmutableQuestionnaire.withMetadata(Questionnaire.Metadata value) Copy the current immutable object by setting a value for themetadataattribute.final ImmutableQuestionnaireCopy the current immutable object by setting a value for therevattribute.final ImmutableQuestionnaireImmutableQuestionnaire.withValueSets(ValueSet... elements) Copy the current immutable object with elements that replace the content ofvalueSets.final ImmutableQuestionnaireImmutableQuestionnaire.withValueSets(Iterable<? extends ValueSet> elements) Copy the current immutable object with elements that replace the content ofvalueSets.final ImmutableQuestionnaireImmutableQuestionnaire.withVariableValues(VariableValue... elements) Copy the current immutable object with elements that replace the content ofvariableValues.final ImmutableQuestionnaireImmutableQuestionnaire.withVariableValues(Iterable<? extends VariableValue> elements) Copy the current immutable object with elements that replace the content ofvariableValues.