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.URIgetAutocompleteUri()java.lang.StringgetCertificate()java.net.URIgetCreateMessageUri()java.net.URIgetDocumentEventsUri()java.net.URIgetIdentificationUri()java.net.URIgetIdentificationWithEncryptionKeyUri()protected java.util.List<Link>getLink()java.net.URIgetPrintEncryptionCertificate()java.net.URIgetSearchUri()java.net.URIgetSenderInformationUri()protected voidsetLink(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)
-
-