Uses of Interface
io.dialob.api.form.Variable
-
Packages that use Variable Package Description io.dialob.api.form -
-
Uses of Variable in io.dialob.api.form
Classes in io.dialob.api.form that implement Variable Modifier and Type Class Description classImmutableVariableImmutable implementation ofVariable.classModifiableVariableA modifiable implementation of theVariabletype.Methods in io.dialob.api.form that return types with arguments of type Variable Modifier and Type Method Description List<Variable>Form. getVariables()List<Variable>ImmutableForm. getVariables()List<Variable>ModifiableForm. getVariables()Methods in io.dialob.api.form with parameters of type Variable Modifier and Type Method Description FormRepository.ModifierFormRepository.Modifier. addVariables(Variable value)Add a value to thevariableslist attribute.FormRepository.UpdaterFormRepository.Updater. addVariables(Variable value)Add a value to thevariableslist attribute.ImmutableForm.BuilderImmutableForm.Builder. addVariables(Variable element)Adds one element tovariableslist.ImmutableForm.BuilderImmutableForm.Builder. addVariables(Variable... elements)Adds elements tovariableslist.ModifiableFormModifiableForm. addVariables(Variable element)Adds one element tovariableslist.ModifiableFormModifiableForm. addVariables(Variable... elements)Adds elements tovariableslist.static ImmutableVariableImmutableVariable. copyOf(Variable instance)Creates an immutable copy of aVariablevalue.ImmutableVariable.BuilderImmutableVariable.Builder. from(Variable instance)Fill a builder with attribute values from the providedVariableinstance.ModifiableVariableModifiableVariable. from(Variable instance)Fill this modifiable instance with attribute values from the providedVariableinstance.FormRepository.ModifierFormRepository.Modifier. removeVariables(Variable value)Remove a value from thevariableslist attribute.FormRepository.UpdaterFormRepository.Updater. removeVariables(Variable value)Remove a value from thevariableslist attribute.FormRepository.CriteriaFormRepository.Criteria. variablesContains(Variable value)ImmutableFormImmutableForm. withVariables(Variable... elements)Copy the current immutable object with elements that replace the content ofvariables.Method parameters in io.dialob.api.form with type arguments of type Variable Modifier and Type Method Description FormRepository.ModifierFormRepository.Modifier. addAllVariables(Iterable<? extends Variable> values)Add all of the given values to thevariableslist attribute.FormRepository.UpdaterFormRepository.Updater. addAllVariables(Iterable<? extends Variable> values)Add all of the given values to thevariableslist attribute.ImmutableForm.BuilderImmutableForm.Builder. addAllVariables(Iterable<? extends Variable> elements)Adds elements tovariableslist.ModifiableFormModifiableForm. addAllVariables(Iterable<? extends Variable> elements)Adds elements tovariableslist.FormRepository.ModifierFormRepository.Modifier. setVariables(Iterable<? extends Variable> values)Override all values ofvariableslist attribute.FormRepository.UpdaterFormRepository.Updater. setVariables(Iterable<? extends Variable> values)Override all values ofvariableslist attribute.ModifiableFormModifiableForm. setVariables(Iterable<? extends Variable> elements)Sets or replaces all elements forvariableslist.ImmutableForm.BuilderImmutableForm.Builder. variables(Iterable<? extends Variable> elements)Sets or replaces all elements forvariableslist.FormRepository.CriteriaFormRepository.Criteria. variablesContainsAll(Iterable<Variable> values)ImmutableFormImmutableForm. withVariables(Iterable<? extends Variable> elements)Copy the current immutable object with elements that replace the content ofvariables.
-