Uses of Class
io.dialob.api.questionnaire.ImmutableVariableValue
-
Packages that use ImmutableVariableValue Package Description io.dialob.api.questionnaire -
-
Uses of ImmutableVariableValue in io.dialob.api.questionnaire
Methods in io.dialob.api.questionnaire that return ImmutableVariableValue Modifier and Type Method Description ImmutableVariableValueImmutableVariableValue.Builder. build()Builds a newImmutableVariableValue.static ImmutableVariableValueImmutableVariableValue. copyOf(VariableValue instance)Creates an immutable copy of aVariableValuevalue.static ImmutableVariableValueImmutableVariableValue. of(String id, Object value)Construct a new immutableVariableValueinstance.ImmutableVariableValueModifiableVariableValue. toImmutable()Converts toImmutableVariableValue.ImmutableVariableValueImmutableVariableValue. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableVariableValueImmutableVariableValue. withValue(Object value)Copy the current immutable object by setting a value for thevalueattribute.
-