Uses of Class
io.dialob.api.form.ImmutableVariable.Builder
Packages that use ImmutableVariable.Builder
-
Uses of ImmutableVariable.Builder in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableVariable.BuilderModifier and TypeMethodDescriptionstatic ImmutableVariable.BuilderImmutableVariable.builder()Creates a builder forImmutableVariable.Initializes the value for thecontextattribute.ImmutableVariable.Builder.contextType(String contextType) Initializes the value for thecontextTypeattribute.ImmutableVariable.Builder.defaultValue(Object defaultValue) Initializes the value for thedefaultValueattribute.ImmutableVariable.Builder.expression(String expression) Initializes the value for theexpressionattribute.ImmutableVariable.Builder.from(ModifiableVariable instance) Fill a builder with attribute values from the providedModifiableVariableinstance.Fill a builder with attribute values from the providedVariableinstance.Initializes the value for thenameattribute.Initializes the value for thepublishedattribute.