Package io.dialob.client.api
Interface DialobComposer.Create
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableCreate
- Enclosing interface:
- DialobComposer
@Immutable public static interface DialobComposer.Create extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.dialob.api.form.FormEntitygetBody()DialobStore.BodyTypegetType()
-
-
-
Method Detail
-
getType
DialobStore.BodyType getType()
-
getBody
io.dialob.api.form.FormEntity getBody()
-
-