Uses of Interface
io.dialob.api.questionnaire.ContextValue
Packages that use ContextValue
-
Uses of ContextValue in io.dialob.api.questionnaire
Classes in io.dialob.api.questionnaire that implement ContextValueModifier and TypeClassDescriptionfinal classImmutable implementation ofContextValue.final classA modifiable implementation of theContextValuetype.Methods in io.dialob.api.questionnaire that return ContextValueModifier and TypeMethodDescriptionstatic ContextValueQuestionnaireFactory.contextValue(String id, Object value) Methods in io.dialob.api.questionnaire that return types with arguments of type ContextValueModifier and TypeMethodDescriptionImmutableQuestionnaire.getContext()final List<ContextValue>ModifiableQuestionnaire.getContext()@NotNull List<ContextValue>Questionnaire.getContext()Methods in io.dialob.api.questionnaire with parameters of type ContextValueModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.addContext(ContextValue element) Adds one element tocontextlist.ImmutableQuestionnaire.Builder.addContext(ContextValue... elements) Adds elements tocontextlist.ModifiableQuestionnaire.addContext(ContextValue element) Adds one element tocontextlist.final ModifiableQuestionnaireModifiableQuestionnaire.addContext(ContextValue... elements) Adds elements tocontextlist.QuestionnaireRepository.Modifier.addContext(ContextValue value) Add a value to thecontextlist attribute.QuestionnaireRepository.Updater.addContext(ContextValue value) Add a value to thecontextlist attribute.QuestionnaireRepository.Criteria.contextContains(ContextValue value) static ImmutableContextValueImmutableContextValue.copyOf(ContextValue instance) Creates an immutable copy of aContextValuevalue.ImmutableContextValue.Builder.from(ContextValue instance) Fill a builder with attribute values from the providedContextValueinstance.ModifiableContextValue.from(ContextValue instance) Fill this modifiable instance with attribute values from the providedContextValueinstance.QuestionnaireRepository.Modifier.removeContext(ContextValue value) Remove a value from thecontextlist attribute.QuestionnaireRepository.Updater.removeContext(ContextValue value) Remove a value from thecontextlist attribute.final ImmutableQuestionnaireImmutableQuestionnaire.withContext(ContextValue... elements) Copy the current immutable object with elements that replace the content ofcontext.Method parameters in io.dialob.api.questionnaire with type arguments of type ContextValueModifier and TypeMethodDescriptionImmutableQuestionnaire.Builder.addAllContext(Iterable<? extends ContextValue> elements) Adds elements tocontextlist.ModifiableQuestionnaire.addAllContext(Iterable<? extends ContextValue> elements) Adds elements tocontextlist.QuestionnaireRepository.Modifier.addAllContext(Iterable<? extends ContextValue> values) Add all of the given values to thecontextlist attribute.QuestionnaireRepository.Updater.addAllContext(Iterable<? extends ContextValue> values) Add all of the given values to thecontextlist attribute.ImmutableQuestionnaire.Builder.context(Iterable<? extends ContextValue> elements) Sets or replaces all elements forcontextlist.QuestionnaireRepository.Criteria.contextContainsAll(Iterable<ContextValue> values) ModifiableQuestionnaire.setContext(Iterable<? extends ContextValue> elements) Sets or replaces all elements forcontextlist.QuestionnaireRepository.Modifier.setContext(Iterable<? extends ContextValue> values) Override all values ofcontextlist attribute.QuestionnaireRepository.Updater.setContext(Iterable<? extends ContextValue> values) Override all values ofcontextlist attribute.final ImmutableQuestionnaireImmutableQuestionnaire.withContext(Iterable<? extends ContextValue> elements) Copy the current immutable object with elements that replace the content ofcontext.