Package io.dialob.client.api
Interface DialobComposer.FormAndTags
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableFormAndTags
- Enclosing interface:
- DialobComposer
@Immutable public static interface DialobComposer.FormAndTags extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.dialob.api.form.FormgetForm()List<io.dialob.api.form.FormTag>getTags()
-
-
-
Method Detail
-
getForm
io.dialob.api.form.Form getForm()
-
getTags
List<io.dialob.api.form.FormTag> getTags()
-
-