Package io.dialob.client.api
Interface DialobDocument.FormReleaseValueDocument
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableFormReleaseValueDocument
- Enclosing interface:
- DialobDocument
@Immutable public static interface DialobDocument.FormReleaseValueDocument extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DialobDocument.DocumentTypegetBodyType()StringgetCommands()StringgetDescription()StringgetHash()
-
-
-
Method Detail
-
getHash
String getHash()
-
getBodyType
DialobDocument.DocumentType getBodyType()
-
getDescription
@Nullable String getDescription()
-
getCommands
String getCommands()
-
-