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.no.digipost.api.client.representations.archive 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.no.digipost.api.client.representations.batch 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 List<Link>
DocumentStatus. links
protected 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 List<Link>
Autocomplete. getLink()
protected List<Link>
EntryPoint. getLink()
List<Link>
ErrorMessage. getLink()
protected List<Link>
Recipients. getLink()
protected List<Link>
Document. getLinks()
protected List<Link>
DocumentMetadata. getLinks()
protected List<Link>
MessageDelivery. getLinks()
protected 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(List<Link> links)
protected void
EntryPoint. setLink(List<Link> links)
void
ErrorMessage. setLink(List<Link> links)
protected void
Recipients. setLink(List<Link> links)
protected void
MessageDelivery. setLinks(List<Link> links)
protected void
Recipient. setLinks(List<Link> links)
Constructors in no.digipost.api.client.representations with parameters of type Link Constructor Description Autocomplete(List<Suggestion> suggestions, Link... links)
DocumentMetadata(UUID uuid, String technicalType, Link... links)
EntryPoint(String certificate, Link... links)
ErrorMessage(ErrorType errorType, String errorCode, String errorMessage, Link... linker)
ErrorMessage(ErrorType errorType, String errorMessage, Link... linker)
Recipient(String firstName, String middleName, String lastName, String digipostAddress, List<Address> addresses, Link... links)
Recipients(Link... links)
Representation(Link... linker)
Suggestion(String searchString, Link searchLink)
-
Uses of Link in no.digipost.api.client.representations.archive
Methods in no.digipost.api.client.representations.archive that return types with arguments of type Link Modifier and Type Method Description List<Link>
Archive. getLinks()
List<Link>
ArchiveDocument. getLinks()
protected List<Link>
Archives. getLinks()
Method parameters in no.digipost.api.client.representations.archive with type arguments of type Link Modifier and Type Method Description protected void
Archive. setLink(List<Link> links)
Constructor parameters in no.digipost.api.client.representations.archive with type arguments of type Link Constructor Description Archive(SenderOrganization senderOrganization, Long senderId, String name, List<Link> links, List<ArchiveDocument> documents)
-
Uses of Link in no.digipost.api.client.representations.batch
Methods in no.digipost.api.client.representations.batch that return types with arguments of type Link Modifier and Type Method Description List<Link>
Batch. getLinks()
Method parameters in no.digipost.api.client.representations.batch with type arguments of type Link Modifier and Type Method Description protected void
Batch. setLink(List<Link> links)
Constructor parameters in no.digipost.api.client.representations.batch with type arguments of type Link Constructor Description Batch(String uuid, BatchStatus status, Integer countDigipost, Integer countPrint, List<Link> links)
-