Uses of Class
io.dialob.api.questionnaire.ImmutableContextValue
-
Packages that use ImmutableContextValue Package Description io.dialob.api.questionnaire -
-
Uses of ImmutableContextValue in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return ImmutableContextValue Modifier and Type Method Description ImmutableContextValueImmutableContextValue.Builder. build()Builds a newImmutableContextValue.static ImmutableContextValueImmutableContextValue. copyOf(ContextValue instance)Creates an immutable copy of aContextValuevalue.static ImmutableContextValueImmutableContextValue. of(String id, Object value)Construct a new immutableContextValueinstance.ImmutableContextValueModifiableContextValue. toImmutable()Converts toImmutableContextValue.ImmutableContextValueImmutableContextValue. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableContextValueImmutableContextValue. withValue(Object value)Copy the current immutable object by setting a value for thevalueattribute.
-