Package io.thestencil.client.api
Interface StencilClient.Entity<T extends StencilClient.EntityBody>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableEntity
- Enclosing interface:
- StencilClient
@Immutable public static interface StencilClient.Entity<T extends StencilClient.EntityBody> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBody()StringgetId()StencilClient.EntityTypegetType()
-
-
-
Method Detail
-
getId
String getId()
-
getType
StencilClient.EntityType getType()
-
getBody
T getBody()
-
-