Package io.dialob.client.api
Interface DialobStore.DetachedEntity
-
- All Known Implementing Classes:
ImmutableDetachedEntity
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.DetachedEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.dialob.api.form.FormEntitygetBody()LocalDateTimegetCreated()StringgetHash()
-
-
-
Method Detail
-
getHash
String getHash()
-
getCreated
LocalDateTime getCreated()
-
getBody
io.dialob.api.form.FormEntity getBody()
-
-