Uses of Interface
io.dialob.api.questionnaire.ContextValue
-
Packages that use ContextValue Package Description io.dialob.api.questionnaire -
-
Uses of ContextValue in io.dialob.api.questionnaire
Classes in io.dialob.api.questionnaire that implement ContextValue Modifier and Type Class Description classImmutableContextValueImmutable implementation ofContextValue.classModifiableContextValueA modifiable implementation of theContextValuetype.Methods in io.dialob.api.questionnaire that return ContextValue Modifier and Type Method Description static ContextValueQuestionnaireFactory. contextValue(String id, Object value)Methods in io.dialob.api.questionnaire that return types with arguments of type ContextValue Modifier and Type Method Description List<ContextValue>ImmutableQuestionnaire. getContext()List<ContextValue>ModifiableQuestionnaire. getContext()List<ContextValue>Questionnaire. getContext()Methods in io.dialob.api.questionnaire with parameters of type ContextValue Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addContext(ContextValue element)Adds one element tocontextlist.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addContext(ContextValue... elements)Adds elements tocontextlist.ModifiableQuestionnaireModifiableQuestionnaire. addContext(ContextValue element)Adds one element tocontextlist.ModifiableQuestionnaireModifiableQuestionnaire. addContext(ContextValue... elements)Adds elements tocontextlist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addContext(ContextValue value)Add a value to thecontextlist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addContext(ContextValue value)Add a value to thecontextlist attribute.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. contextContains(ContextValue value)static ImmutableContextValueImmutableContextValue. copyOf(ContextValue instance)Creates an immutable copy of aContextValuevalue.ImmutableContextValue.BuilderImmutableContextValue.Builder. from(ContextValue instance)Fill a builder with attribute values from the providedContextValueinstance.ModifiableContextValueModifiableContextValue. from(ContextValue instance)Fill this modifiable instance with attribute values from the providedContextValueinstance.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. removeContext(ContextValue value)Remove a value from thecontextlist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. removeContext(ContextValue value)Remove a value from thecontextlist attribute.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 ContextValue Modifier and Type Method Description ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. addAllContext(Iterable<? extends ContextValue> elements)Adds elements tocontextlist.ModifiableQuestionnaireModifiableQuestionnaire. addAllContext(Iterable<? extends ContextValue> elements)Adds elements tocontextlist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. addAllContext(Iterable<? extends ContextValue> values)Add all of the given values to thecontextlist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. addAllContext(Iterable<? extends ContextValue> values)Add all of the given values to thecontextlist attribute.ImmutableQuestionnaire.BuilderImmutableQuestionnaire.Builder. context(Iterable<? extends ContextValue> elements)Sets or replaces all elements forcontextlist.QuestionnaireRepository.CriteriaQuestionnaireRepository.Criteria. contextContainsAll(Iterable<ContextValue> values)ModifiableQuestionnaireModifiableQuestionnaire. setContext(Iterable<? extends ContextValue> elements)Sets or replaces all elements forcontextlist.QuestionnaireRepository.ModifierQuestionnaireRepository.Modifier. setContext(Iterable<? extends ContextValue> values)Override all values ofcontextlist attribute.QuestionnaireRepository.UpdaterQuestionnaireRepository.Updater. setContext(Iterable<? extends ContextValue> values)Override all values ofcontextlist attribute.ImmutableQuestionnaireImmutableQuestionnaire. withContext(Iterable<? extends ContextValue> elements)Copy the current immutable object with elements that replace the content ofcontext.
-