Uses of Class
no.digipost.api.client.representations.Link

Packages that use Link
no.digipost.api.client   
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
 PrintMessage PrintOrderer.orderPrintAfterFailedDigipostDelivery(PrintMessage printMessage, InputStream printMessageContent, Link createPrintMessageLink)
          Brukes for å bestille print av et brev etter sending gjennom Digipost feilet pga at mottaker ikke er Digipost-bruker.
 

Uses of Link in no.digipost.api.client.representations
 

Fields in no.digipost.api.client.representations with type parameters of type Link
protected  List<Link> Representation.links
           
 

Methods in no.digipost.api.client.representations that return Link
 Link MessageBase.getAddContentAndSendLink()
           
 Link ErrorMessage.getCreatePrintMessageLink()
           
 Link MessageBase.getEncryptionKeyLink()
           
protected  Link Representation.getLinkByRelationName(Relation relation)
           
 Link Suggestion.getSearchLink()
           
 Link Recipient.getSelfLink()
           
 Link MessageBase.getSelfLink()
           
 Link Recipients.getSelfUri()
           
 

Methods in no.digipost.api.client.representations that return types with arguments of type Link
protected  List<Link> Recipients.getLink()
           
 List<Link> ErrorMessage.getLink()
           
protected  List<Link> EntryPoint.getLink()
           
protected  List<Link> Autocomplete.getLink()
           
protected  List<Link> Recipient.getLinks()
           
protected  List<Link> PrintMessage.getLinks()
           
protected  List<Link> Message.getLinks()
           
 

Methods in no.digipost.api.client.representations with parameters of type Link
 void Representation.addLink(Link link)
           
 

Method parameters in no.digipost.api.client.representations with type arguments of type Link
protected  void Recipients.setLink(List<Link> links)
           
 void ErrorMessage.setLink(List<Link> links)
           
protected  void EntryPoint.setLink(List<Link> links)
           
protected  void Autocomplete.setLink(List<Link> links)
           
protected  void Recipient.setLinks(List<Link> links)
           
protected  void PrintMessage.setLinks(List<Link> links)
           
protected  void Message.setLinks(List<Link> links)
           
 

Constructors in no.digipost.api.client.representations with parameters of type Link
Autocomplete(List<Suggestion> suggestions, Link... links)
           
EntryPoint(Link... links)
           
ErrorMessage(String errorMessage, Link... linker)
           
Invoice(String messageId, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
           
Invoice(String messageId, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate, Link... links)
           
Message(String messageId, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Link... links)
           
Message(String messageId, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, Link... links)
           
MessageBase(String messageId, Link... links)
           
PrintMessage(String messageId, PrintRecipient recipient, PrintRecipient returnAddress, String postType, Link... links)
           
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)
           
 



Copyright © 2012 Digipost Open Source. All Rights Reserved.