Package io.dialob.client.api
Interface DialobComposer.ComposerEntity<A>
-
- All Known Implementing Classes:
ImmutableComposerEntity
- Enclosing interface:
- DialobComposer
@Immutable public static interface DialobComposer.ComposerEntity<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgetBody()List<io.dialob.api.rest.Response>getErrors()StringgetId()DialobStore.BodyStatusgetStatus()
-
-
-
Method Detail
-
getId
String getId()
-
getBody
A getBody()
-
getErrors
List<io.dialob.api.rest.Response> getErrors()
-
getStatus
DialobStore.BodyStatus getStatus()
-
-