Package io.dialob.client.api
Interface DialobDocument.FormRevisionEntryDocument
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableFormRevisionEntryDocument
- Enclosing interface:
- DialobDocument
@Immutable public static interface DialobDocument.FormRevisionEntryDocument extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDateTimegetCreated()StringgetDescription()StringgetFormId()StringgetId()StringgetRevisionName()LocalDateTimegetUpdated()
-
-
-
Method Detail
-
getId
@Nullable String getId()
-
getRevisionName
String getRevisionName()
-
getFormId
String getFormId()
-
getCreated
LocalDateTime getCreated()
-
getUpdated
LocalDateTime getUpdated()
-
getDescription
@Nullable String getDescription()
-
-