Interface QuestionnaireDatabase.MetadataRow
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableMetadataRow
- Enclosing interface:
- QuestionnaireDatabase
@Immutable public static interface QuestionnaireDatabase.MetadataRow extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()io.dialob.api.questionnaire.Questionnaire.MetadatagetValue()
-
-
-
Method Detail
-
getId
@Nonnull @Parameter String getId()
-
getValue
@Nonnull @Parameter io.dialob.api.questionnaire.Questionnaire.Metadata getValue()
-
-