Interface DocumentReferenceResponse
- All Known Implementing Classes:
DocumentReferenceResponseImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The hash of the associated documentDeprecated.The ID of the document.default StringDeprecated.Deprecated.Deprecated.The ID of the document store where the document is located.
-
Method Details
-
getDocumentType
Deprecated. -
getDocumentId
String getDocumentId()Deprecated.The ID of the document. In combination with the store ID, the document ID uniquely identifies a document.- Returns:
- the ID of the document
-
getStoreId
String getStoreId()Deprecated.The ID of the document store where the document is located. Document IDs are unique within a document store.- Returns:
- the ID of the document store
-
getContentHash
String getContentHash()Deprecated.The hash of the associated document- Returns:
- the hash value of the document
-
getMetadata
DocumentMetadata getMetadata()Deprecated.- Returns:
- the metadata of the document reference
-
DocumentReferenceResponse