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. -
-
Uses of Link in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type Link Modifier and Type Method Description DocumentStatusDigipostClient. 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 DocumentStatusDocumentApi. 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 LinkDigipostClientException. 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 DocumentStatusApiServiceImpl. 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. linksprotected List<Link>Representation. linksMethods in no.digipost.api.client.representations that return Link Modifier and Type Method Description LinkDocument. getAddContentLink()LinkDocumentMetadata. getDocumentContentLink()LinkDocument. getEncryptionKeyLink()LinkMessageDelivery. getEncryptionKeyLink()protected LinkRepresentation. getLinkByRelationName(Relation relation)LinkSuggestion. getSearchLink()LinkMessageDelivery. getSelfLink()LinkRecipient. getSelfLink()LinkRecipients. getSelfUri()LinkMessageDelivery. 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 voidRepresentation. addLink(Link link)Method parameters in no.digipost.api.client.representations with type arguments of type Link Modifier and Type Method Description protected voidAutocomplete. setLink(List<Link> links)protected voidEntryPoint. setLink(List<Link> links)voidErrorMessage. setLink(List<Link> links)protected voidRecipients. setLink(List<Link> links)protected voidMessageDelivery. setLinks(List<Link> links)protected voidRecipient. 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 voidArchive. 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)
-