Document Identifiers
data class DocumentIdentifiers(val dataProvider: DataProvider, val permanentId: String, val sourcePdfSha256: String?, val changingId: String?, val layerName: String?)
Data class representing the document identifiers.
Parameters
data Provider
DataProvider for particular document.
permanent Id
The permanent identifier of the document.
source Pdf Sha256
The hash of the file.
changing Id
The changing identifier of the document.
layer Name
Name of the layer that specifies the annotations to use. Only for Instant. If non null, means it is instant document. If empty layer is considered as default.
Constructors
Link copied to clipboard
constructor(dataProvider: DataProvider, permanentId: String, sourcePdfSha256: String?, changingId: String?, layerName: String?)