Package io.dialob.client.api
Interface DialobStore.StoreCommand
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DialobStore.CreateStoreEntity,DialobStore.DeleteStoreEntity,DialobStore.UpdateStoreEntity
- All Known Implementing Classes:
ImmutableCreateStoreEntity,ImmutableDeleteStoreEntity,ImmutableUpdateStoreEntity
- Enclosing interface:
- DialobStore
public static interface DialobStore.StoreCommand extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()DialobStore.BodyTypegetType()
-
-
-
Method Detail
-
getId
String getId()
-
getType
DialobStore.BodyType getType()
-
-