Package io.dialob.client.api
Interface DialobComposer.ComposerState
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableComposerState
- Enclosing interface:
- DialobComposer
@Immutable public static interface DialobComposer.ComposerState extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,DialobDocument.FormDocument>getForms()Map<String,DialobDocument.FormReleaseDocument>getReleases()Map<String,DialobDocument.FormRevisionDocument>getRevs()
-
-
-
Method Detail
-
getForms
Map<String,DialobDocument.FormDocument> getForms()
-
getRevs
Map<String,DialobDocument.FormRevisionDocument> getRevs()
-
getReleases
Map<String,DialobDocument.FormReleaseDocument> getReleases()
-
-