no.digipost.api.client.representations
Class Recipient
java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.Recipient
public class Recipient
- extends Representation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recipient
public Recipient(String firstName,
String middleName,
String lastName,
String digipostAddress,
List<Address> addresses,
Link... links)
getFirstName
public String getFirstName()
getMiddleName
public String getMiddleName()
getLastName
public String getLastName()
getDigipostAddress
public String getDigipostAddress()
getAddresses
public List<Address> getAddresses()
getSelfLink
public Link getSelfLink()
getLink
protected List<Link> getLink()
setLink
protected void setLink(List<Link> links)
Copyright © 2011 Digipost Open Source. All Rights Reserved.