public class Recipient extends Representation
Modifier and Type | Field and Description |
---|---|
protected String |
mobileNumber |
links
Constructor and Description |
---|
Recipient(String firstName,
String middleName,
String lastName,
String digipostAddress,
List<Address> addresses,
Link... links) |
Modifier and Type | Method and Description |
---|---|
List<Address> |
getAddresses() |
String |
getDigipostAddress() |
String |
getFirstname() |
String |
getLastname() |
protected List<Link> |
getLinks() |
String |
getMiddlename() |
Link |
getSelfLink() |
protected void |
setLinks(List<Link> links) |
addLink, getLinkByRelationName
protected String mobileNumber
Copyright © 2013 Digipost Open Source. All Rights Reserved.