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(java.lang.String certificate, Link... links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URI
getAutocompleteUri()
java.lang.String
getCertificate()
java.net.URI
getCreateMessageUri()
java.net.URI
getDocumentEventsUri()
java.net.URI
getIdentificationUri()
java.net.URI
getIdentificationWithEncryptionKeyUri()
protected java.util.List<Link>
getLink()
java.net.URI
getPrintEncryptionCertificate()
java.net.URI
getSearchUri()
java.net.URI
getSenderInformationUri()
protected void
setLink(java.util.List<Link> links)
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-
-
-
Constructor Detail
-
EntryPoint
public EntryPoint(java.lang.String certificate, Link... links)
-
EntryPoint
public EntryPoint()
-
-
Method Detail
-
getCreateMessageUri
public java.net.URI getCreateMessageUri()
-
getPrintEncryptionCertificate
public java.net.URI getPrintEncryptionCertificate()
-
getSearchUri
public java.net.URI getSearchUri()
-
getAutocompleteUri
public java.net.URI getAutocompleteUri()
-
getIdentificationUri
public java.net.URI getIdentificationUri()
-
getIdentificationWithEncryptionKeyUri
public java.net.URI getIdentificationWithEncryptionKeyUri()
-
getDocumentEventsUri
public java.net.URI getDocumentEventsUri()
-
getSenderInformationUri
public java.net.URI getSenderInformationUri()
-
getCertificate
public java.lang.String getCertificate()
-
getLink
protected java.util.List<Link> getLink()
-
setLink
protected void setLink(java.util.List<Link> links)
-
-