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

Packages that use Link
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.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 MessageDelivery.getAddContentAndSendLink()
           
 Link MessageDelivery.getEncryptionKeyLink()
           
protected  Link Representation.getLinkByRelationName(Relation relation)
           
 Link Suggestion.getSearchLink()
           
 Link Recipient.getSelfLink()
           
 Link MessageDelivery.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> MessageDelivery.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 MessageDelivery.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)
           
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.