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 |
mobileNumber
protected String mobileNumber
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()
getLinks
protected List<Link> getLinks()
setLinks
protected void setLinks(List<Link> links)
Copyright © 2012 Digipost Open Source. All Rights Reserved.