Package io.dialob.client.api
Interface DialobDocument.FormRevisionDocument
-
- All Superinterfaces:
DialobDocument,Serializable
- All Known Implementing Classes:
ImmutableFormRevisionDocument
- Enclosing interface:
- DialobDocument
@Immutable public static interface DialobDocument.FormRevisionDocument extends DialobDocument
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.dialob.client.api.DialobDocument
DialobDocument.DocumentType, DialobDocument.FormDocument, DialobDocument.FormReleaseDocument, DialobDocument.FormReleaseValueDocument, DialobDocument.FormRevisionDocument, DialobDocument.FormRevisionEntryDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<DialobDocument.FormRevisionEntryDocument>getEntries()StringgetHead()default DialobDocument.DocumentTypegetType()LocalDateTimegetUpdated()-
Methods inherited from interface io.dialob.client.api.DialobDocument
getCreated, getDescription, getId, getName, getVersion
-
-
-
-
Method Detail
-
getHead
String getHead()
-
getUpdated
LocalDateTime getUpdated()
-
getEntries
List<DialobDocument.FormRevisionEntryDocument> getEntries()
-
getType
@Default default DialobDocument.DocumentType getType()
- Specified by:
getTypein interfaceDialobDocument
-
-