Class EntryPoint
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.EntryPoint
-
public class EntryPoint extends Representation
-
-
Field Summary
-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Constructor Summary
Constructors Constructor Description EntryPoint()
EntryPoint(String certificate, Link... links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getArchiveDocumentByReferenceUri(String referenceid)
URI
getArchiveDocumentByUUIDUri(UUID uuid)
URI
getArchiveDocumentsUri()
URI
getArchivesUri()
URI
getAutocompleteUri()
String
getCertificate()
URI
getCreateMessageUri()
URI
getDocumentEventsUri()
URI
getIdentificationUri()
URI
getIdentificationWithEncryptionKeyUri()
URI
getInboxUri()
protected List<Link>
getLink()
URI
getPrintEncryptionCertificate()
URI
getSearchUri()
URI
getSenderInformationUri()
protected void
setLink(List<Link> links)
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-
-
-
Method Detail
-
getInboxUri
public URI getInboxUri()
-
getCreateMessageUri
public URI getCreateMessageUri()
-
getArchiveDocumentsUri
public URI getArchiveDocumentsUri()
-
getArchivesUri
public URI getArchivesUri()
-
getPrintEncryptionCertificate
public URI getPrintEncryptionCertificate()
-
getSearchUri
public URI getSearchUri()
-
getAutocompleteUri
public URI getAutocompleteUri()
-
getIdentificationUri
public URI getIdentificationUri()
-
getIdentificationWithEncryptionKeyUri
public URI getIdentificationWithEncryptionKeyUri()
-
getDocumentEventsUri
public URI getDocumentEventsUri()
-
getSenderInformationUri
public URI getSenderInformationUri()
-
getCertificate
public String getCertificate()
-
-