Package io.dialob.client.api
Interface DialobStore.StoreEntity
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableStoreEntity
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.StoreEntity extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBody()DialobDocument.DocumentTypegetBodyType()StringgetId()StringgetVersion()
-
-
-
Method Detail
-
getId
String getId()
-
getVersion
String getVersion()
-
getBodyType
DialobDocument.DocumentType getBodyType()
-
getBody
String getBody()
-
-