Class Recipient
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.Recipient
-
public class Recipient extends Representation
-
-
Field Summary
Fields Modifier and Type Field Description protected String
mobileNumber
-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Address>
getAddresses()
String
getDigipostAddress()
String
getFirstname()
String
getLastname()
protected List<Link>
getLinks()
String
getMiddlename()
String
getOrganisationName()
String
getOrganisationNumber()
Link
getSelfLink()
protected void
setLinks(List<Link> links)
String
toString()
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-
-
-
Field Detail
-
mobileNumber
protected String mobileNumber
-
-
Method Detail
-
getFirstname
public String getFirstname()
-
getMiddlename
public String getMiddlename()
-
getLastname
public String getLastname()
-
getDigipostAddress
public String getDigipostAddress()
-
getOrganisationName
public String getOrganisationName()
-
getOrganisationNumber
public String getOrganisationNumber()
-
getSelfLink
public Link getSelfLink()
-
-