Uses of Interface
io.dialob.api.form.Variable
Packages that use Variable
-
Uses of Variable in io.dialob.api.form
Classes in io.dialob.api.form that implement VariableModifier and TypeClassDescriptionfinal classImmutable implementation ofVariable.final classA modifiable implementation of theVariabletype.Methods in io.dialob.api.form that return types with arguments of type VariableModifier and TypeMethodDescriptionForm.getVariables()ImmutableForm.getVariables()ModifiableForm.getVariables()Methods in io.dialob.api.form with parameters of type VariableModifier and TypeMethodDescriptionFormRepository.Modifier.addVariables(Variable value) Add a value to thevariableslist attribute.FormRepository.Updater.addVariables(Variable value) Add a value to thevariableslist attribute.final ImmutableForm.BuilderImmutableForm.Builder.addVariables(Variable element) Adds one element tovariableslist.final ImmutableForm.BuilderImmutableForm.Builder.addVariables(Variable... elements) Adds elements tovariableslist.ModifiableForm.addVariables(Variable element) Adds one element tovariableslist.final ModifiableFormModifiableForm.addVariables(Variable... elements) Adds elements tovariableslist.static ImmutableVariableCreates an immutable copy of aVariablevalue.Fill a builder with attribute values from the providedVariableinstance.Fill this modifiable instance with attribute values from the providedVariableinstance.FormRepository.Modifier.removeVariables(Variable value) Remove a value from thevariableslist attribute.FormRepository.Updater.removeVariables(Variable value) Remove a value from thevariableslist attribute.FormRepository.Criteria.variablesContains(Variable value) final 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 VariableModifier and TypeMethodDescriptionFormRepository.Modifier.addAllVariables(Iterable<? extends Variable> values) Add all of the given values to thevariableslist attribute.FormRepository.Updater.addAllVariables(Iterable<? extends Variable> values) Add all of the given values to thevariableslist attribute.final ImmutableForm.BuilderImmutableForm.Builder.addAllVariables(Iterable<? extends Variable> elements) Adds elements tovariableslist.ModifiableForm.addAllVariables(Iterable<? extends Variable> elements) Adds elements tovariableslist.FormRepository.Modifier.setVariables(Iterable<? extends Variable> values) Override all values ofvariableslist attribute.FormRepository.Updater.setVariables(Iterable<? extends Variable> values) Override all values ofvariableslist attribute.ModifiableForm.setVariables(Iterable<? extends Variable> elements) Sets or replaces all elements forvariableslist.final ImmutableForm.BuilderSets or replaces all elements forvariableslist.FormRepository.Criteria.variablesContainsAll(Iterable<Variable> values) final ImmutableFormImmutableForm.withVariables(Iterable<? extends Variable> elements) Copy the current immutable object with elements that replace the content ofvariables.