Class DocumentMetadata
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.DocumentMetadata
-
public class DocumentMetadata extends Representation
-
-
Field Summary
Fields Modifier and Type Field Description String
technicalType
UUID
uuid
-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Constructor Summary
Constructors Constructor Description DocumentMetadata()
DocumentMetadata(UUID uuid, String technicalType, Link... links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Link
getDocumentContentLink()
protected List<Link>
getLinks()
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-