Package io.dialob.client.api
Interface DialobStore.HistoryEntity
-
- All Known Implementing Classes:
ImmutableHistoryEntity
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.HistoryEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DialobStore.DetachedEntity>getBody()io.dialob.api.form.FormEntitygetBodyType()StringgetId()
-
-
-
Method Detail
-
getId
String getId()
-
getBodyType
io.dialob.api.form.FormEntity getBodyType()
-
getBody
List<DialobStore.DetachedEntity> getBody()
-
-