Package io.camunda.client.impl.response
Class DocumentReferenceResponseImpl
java.lang.Object
io.camunda.client.impl.response.DocumentReferenceResponseImpl
- All Implemented Interfaces:
DocumentReferenceResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe hash of the associated documentThe ID of the document.The ID of the document store where the document is located.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.client.api.response.DocumentReferenceResponse
getDocumentType
-
Constructor Details
-
DocumentReferenceResponseImpl
-
-
Method Details
-
getDocumentId
Description copied from interface:DocumentReferenceResponseThe ID of the document. In combination with the store ID, the document ID uniquely identifies a document.- Specified by:
getDocumentIdin interfaceDocumentReferenceResponse- Returns:
- the ID of the document
-
getStoreId
Description copied from interface:DocumentReferenceResponseThe ID of the document store where the document is located. Document IDs are unique within a document store.- Specified by:
getStoreIdin interfaceDocumentReferenceResponse- Returns:
- the ID of the document store
-
getContentHash
Description copied from interface:DocumentReferenceResponseThe hash of the associated document- Specified by:
getContentHashin interfaceDocumentReferenceResponse- Returns:
- the hash value of the document
-
getMetadata
- Specified by:
getMetadatain interfaceDocumentReferenceResponse- Returns:
- the metadata of the document reference
-
getDocumentReference
-