Uses of Class
io.dialob.api.form.ModifiableVariable
Packages that use ModifiableVariable
-
Uses of ModifiableVariable in io.dialob.api.form
Methods in io.dialob.api.form that return ModifiableVariableModifier and TypeMethodDescriptionModifiableVariable.clear()Clears the object by setting all attributes to their initial values.static ModifiableVariableModifiableVariable.create()Construct a modifiable instance ofVariable.static ModifiableVariableConstruct a modifiable instance ofVariable.ModifiableVariable.from(ModifiableVariable instance) Fill this modifiable instance with attribute values from the providedVariableinstance.Fill this modifiable instance with attribute values from the providedVariableinstance.ModifiableVariable.setContext(Boolean context) Assigns a value to thecontextattribute.ModifiableVariable.setContextType(String contextType) Assigns a value to thecontextTypeattribute.ModifiableVariable.setDefaultValue(Object defaultValue) Assigns a value to thedefaultValueattribute.ModifiableVariable.setExpression(String expression) Assigns a value to theexpressionattribute.Assigns a value to thenameattribute.ModifiableVariable.setPublished(Boolean published) Assigns a value to thepublishedattribute.Methods in io.dialob.api.form with parameters of type ModifiableVariableModifier and TypeMethodDescriptionImmutableVariable.Builder.from(ModifiableVariable instance) Fill a builder with attribute values from the providedModifiableVariableinstance.ModifiableVariable.from(ModifiableVariable instance) Fill this modifiable instance with attribute values from the providedVariableinstance.