Package io.dialob.client.api
Interface DialobStore.BodySource
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableBodySource
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.BodySource extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialobStore.BodyTypegetBodyType()StringgetHash()StringgetId()StringgetValue()
-
-
-
Method Detail
-
getId
String getId()
-
getHash
String getHash()
-
getBodyType
DialobStore.BodyType getBodyType()
-
getValue
String getValue()
-
-