Uses of Class
no.digipost.api.client.representations.Link
Packages that use Link
Package
Description
-
Uses of Link in no.digipost.api.client
Methods in no.digipost.api.client with parameters of type Link -
Uses of Link in no.digipost.api.client.document
Methods in no.digipost.api.client.document with parameters of type LinkModifier and TypeMethodDescriptionDocumentApi.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 -
Uses of Link in no.digipost.api.client.internal
Methods in no.digipost.api.client.internal with parameters of type Link -
Uses of Link in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations with type parameters of type LinkMethods in no.digipost.api.client.representations that return LinkModifier and TypeMethodDescriptionDocument.getAddContentLink()
DocumentMetadata.getDocumentContentLink()
Document.getEncryptionKeyLink()
MessageDelivery.getEncryptionKeyLink()
protected Link
Representation.getLinkByRelationName
(Relation relation) Suggestion.getSearchLink()
MessageDelivery.getSelfLink()
Recipient.getSelfLink()
Recipients.getSelfUri()
MessageDelivery.getSendLink()
Methods in no.digipost.api.client.representations that return types with arguments of type LinkModifier and TypeMethodDescriptionAutocomplete.getLink()
EntryPoint.getLink()
ErrorMessage.getLink()
Recipients.getLink()
Document.getLinks()
DocumentMetadata.getLinks()
MessageDelivery.getLinks()
Recipient.getLinks()
Methods in no.digipost.api.client.representations with parameters of type LinkMethod parameters in no.digipost.api.client.representations with type arguments of type LinkModifier and TypeMethodDescriptionprotected void
protected void
void
protected void
protected void
protected void
Constructors in no.digipost.api.client.representations with parameters of type LinkModifierConstructorDescriptionAutocomplete
(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 LinkModifier and TypeMethodDescriptionArchive.getLinks()
ArchiveDocument.getLinks()
Archives.getLinks()
Method parameters in no.digipost.api.client.representations.archive with type arguments of type LinkConstructor parameters in no.digipost.api.client.representations.archive with type arguments of type LinkModifierConstructorDescriptionArchive
(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 LinkMethod parameters in no.digipost.api.client.representations.batch with type arguments of type LinkConstructor parameters in no.digipost.api.client.representations.batch with type arguments of type Link