Package io.dialob.client.api
Interface DialobDocument.FormReleaseDocument
-
- All Superinterfaces:
DialobDocument,Serializable
- All Known Implementing Classes:
ImmutableFormReleaseDocument
- Enclosing interface:
- DialobDocument
@Immutable public static interface DialobDocument.FormReleaseDocument 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 LocalDateTimegetCreated()default DialobDocument.DocumentTypegetType()List<DialobDocument.FormReleaseValueDocument>getValues()-
Methods inherited from interface io.dialob.client.api.DialobDocument
getDescription, getId, getName, getVersion
-
-
-
-
Method Detail
-
getCreated
LocalDateTime getCreated()
- Specified by:
getCreatedin interfaceDialobDocument
-
getValues
List<DialobDocument.FormReleaseValueDocument> getValues()
-
getType
@Default default DialobDocument.DocumentType getType()
- Specified by:
getTypein interfaceDialobDocument
-
-