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
getAutocompleteUri()
String
getCertificate()
URI
getCreateMessageUri()
URI
getDocumentEventsUri()
URI
getIdentificationUri()
URI
getIdentificationWithEncryptionKeyUri()
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
-
getCreateMessageUri
public URI getCreateMessageUri()
-
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()
-
-