Package io.dialob.client.api
Interface DialobDocument
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DialobDocument.FormDocument,DialobDocument.FormReleaseDocument,DialobDocument.FormRevisionDocument
- All Known Implementing Classes:
ImmutableFormDocument,ImmutableFormReleaseDocument,ImmutableFormRevisionDocument
public interface DialobDocument extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialobDocument.DocumentTypestatic interfaceDialobDocument.FormDocumentstatic interfaceDialobDocument.FormReleaseDocumentstatic interfaceDialobDocument.FormReleaseValueDocumentstatic interfaceDialobDocument.FormRevisionDocumentstatic interfaceDialobDocument.FormRevisionEntryDocument
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalDateTimegetCreated()StringgetDescription()StringgetId()StringgetName()DialobDocument.DocumentTypegetType()StringgetVersion()
-
-
-
Method Detail
-
getId
@Nullable String getId()
-
getVersion
@Nullable String getVersion()
-
getDescription
@Nullable String getDescription()
-
getType
DialobDocument.DocumentType getType()
-
getName
String getName()
-
getCreated
LocalDateTime getCreated()
-
-