Uses of Class
no.digipost.api.client.representations.Link
-
Packages that use Link Package Description no.digipost.api.client no.digipost.api.client.document no.digipost.api.client.errorhandling no.digipost.api.client.internal no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of Link in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type Link Modifier and Type Method Description DocumentStatus
DigipostClient. getDocumentStatus(Link linkToDocumentStatus)
-
Uses of Link in no.digipost.api.client.document
Methods in no.digipost.api.client.document with parameters of type Link Modifier and Type Method Description DocumentStatus
DocumentApi. getDocumentStatus(Link linkToDocumentStatus)
Henter status på dokumeter som tidligere blitt sendt i Digipost, både via digital og print-kanal. -
Uses of Link in no.digipost.api.client.errorhandling
Methods in no.digipost.api.client.errorhandling that return Link Modifier and Type Method Description Link
DigipostClientException. getLink(Relation relation)
-
Uses of Link in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type Link Modifier and Type Method Description DocumentStatus
ApiServiceImpl. getDocumentStatus(Link linkToDocumentStatus)
-
Uses of Link in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations with type parameters of type Link Modifier and Type Field Description java.util.List<Link>
DocumentStatus. links
protected java.util.List<Link>
Representation. links
Methods in no.digipost.api.client.representations that return Link Modifier and Type Method Description Link
Document. getAddContentLink()
Link
DocumentMetadata. getDocumentContentLink()
Link
Document. getEncryptionKeyLink()
Link
MessageDelivery. getEncryptionKeyLink()
protected Link
Representation. getLinkByRelationName(Relation relation)
Link
Suggestion. getSearchLink()
Link
MessageDelivery. getSelfLink()
Link
Recipient. getSelfLink()
Link
Recipients. getSelfUri()
Link
MessageDelivery. getSendLink()
Methods in no.digipost.api.client.representations that return types with arguments of type Link Modifier and Type Method Description protected java.util.List<Link>
Autocomplete. getLink()
protected java.util.List<Link>
EntryPoint. getLink()
java.util.List<Link>
ErrorMessage. getLink()
protected java.util.List<Link>
Recipients. getLink()
protected java.util.List<Link>
Document. getLinks()
protected java.util.List<Link>
DocumentMetadata. getLinks()
protected java.util.List<Link>
MessageDelivery. getLinks()
protected java.util.List<Link>
Recipient. getLinks()
Methods in no.digipost.api.client.representations with parameters of type Link Modifier and Type Method Description void
Representation. addLink(Link link)
Method parameters in no.digipost.api.client.representations with type arguments of type Link Modifier and Type Method Description protected void
Autocomplete. setLink(java.util.List<Link> links)
protected void
EntryPoint. setLink(java.util.List<Link> links)
void
ErrorMessage. setLink(java.util.List<Link> links)
protected void
Recipients. setLink(java.util.List<Link> links)
protected void
MessageDelivery. setLinks(java.util.List<Link> links)
protected void
Recipient. setLinks(java.util.List<Link> links)
Constructors in no.digipost.api.client.representations with parameters of type Link Constructor Description Autocomplete(java.util.List<Suggestion> suggestions, Link... links)
DocumentMetadata(java.util.UUID uuid, java.lang.String technicalType, Link... links)
EntryPoint(java.lang.String certificate, Link... links)
ErrorMessage(ErrorType errorType, java.lang.String errorCode, java.lang.String errorMessage, Link... linker)
ErrorMessage(ErrorType errorType, java.lang.String errorMessage, Link... linker)
Recipient(java.lang.String firstName, java.lang.String middleName, java.lang.String lastName, java.lang.String digipostAddress, java.util.List<Address> addresses, Link... links)
Recipients(Link... links)
Representation(Link... linker)
Suggestion(java.lang.String searchString, Link searchLink)
-