no.digipost.api.client.representations
Class Recipients

java.lang.Object
  extended by no.digipost.api.client.representations.Representation
      extended by no.digipost.api.client.representations.Recipients

public class Recipients
extends Representation


Field Summary
 
Fields inherited from class no.digipost.api.client.representations.Representation
links
 
Constructor Summary
Recipients()
           
Recipients(Link... links)
           
 
Method Summary
 void add(Recipient recipient)
           
protected  List<Link> getLink()
           
 List<Recipient> getRecipients()
           
 Link getSelfUri()
           
protected  void setLink(List<Link> links)
           
 
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recipients

public Recipients(Link... links)

Recipients

public Recipients()
Method Detail

getRecipients

public List<Recipient> getRecipients()

getSelfUri

public Link getSelfUri()

add

public void add(Recipient recipient)

getLink

protected List<Link> getLink()

setLink

protected void setLink(List<Link> links)


Copyright © 2011 Digipost Open Source. All Rights Reserved.