Uses of Interface
io.dialob.api.form.Form.Metadata
Packages that use Form.Metadata
-
Uses of Form.Metadata in io.dialob.api.form
Classes in io.dialob.api.form that implement Form.MetadataModifier and TypeClassDescriptionfinal classImmutable implementation ofForm.Metadata.final classA modifiable implementation of theMetadatatype.Methods in io.dialob.api.form that return Form.MetadataModifier and TypeMethodDescription@Valid @NotNull Form.MetadataForm.getMetadata()ImmutableForm.getMetadata()final Form.MetadataModifiableForm.getMetadata()Methods in io.dialob.api.form with parameters of type Form.MetadataModifier and TypeMethodDescriptionstatic ImmutableFormMetadataImmutableFormMetadata.copyOf(Form.Metadata instance) Creates an immutable copy of aForm.Metadatavalue.ImmutableFormMetadata.Builder.from(Form.Metadata instance) Fill a builder with attribute values from the providedMetadatainstance.ModifiableFormMetadata.from(Form.Metadata instance) Fill this modifiable instance with attribute values from the providedForm.Metadatainstance.FormRepository.Modifier.initMetadata(Form.Metadata value) Specify an initial value for themetadataattribute.FormRepository.Updater.initMetadata(Form.Metadata value) Specify an initial value for themetadataattribute.FormRepository.Criteria.metadata(Form.Metadata value) final ImmutableForm.BuilderImmutableForm.Builder.metadata(Form.Metadata metadata) Initializes the value for themetadataattribute.FormRepository.Criteria.metadataIn(Form.Metadata first, Form.Metadata second, Form.Metadata... rest) FormRepository.Criteria.metadataNot(Form.Metadata value) FormRepository.Criteria.metadataNotIn(Form.Metadata first, Form.Metadata second, Form.Metadata... rest) FormRepository.Modifier.setMetadata(Form.Metadata value) Specify a new value for themetadataattribute.FormRepository.Updater.setMetadata(Form.Metadata value) Specify a new value for themetadataattribute.ModifiableForm.setMetadata(Form.Metadata metadata) Assigns a value to themetadataattribute.final ImmutableFormImmutableForm.withMetadata(Form.Metadata value) Copy the current immutable object by setting a value for themetadataattribute.Method parameters in io.dialob.api.form with type arguments of type Form.MetadataModifier and TypeMethodDescriptionFormRepository.Criteria.metadataIn(Iterable<Form.Metadata> values) FormRepository.Criteria.metadataNotIn(Iterable<Form.Metadata> values)