Package io.dialob.form.service.api
Interface FormDatabase.FormMetadataRow
-
- All Known Implementing Classes:
ImmutableFormMetadataRow
- Enclosing interface:
- FormDatabase
@Immutable public static interface FormDatabase.FormMetadataRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()io.dialob.api.form.Form.MetadatagetValue()
-
-
-
Method Detail
-
getId
@Parameter @Nonnull String getId()
-
getValue
@Parameter @Nonnull io.dialob.api.form.Form.Metadata getValue()
-
-