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 StringmobileNumber-
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()StringgetDigipostAddress()StringgetFirstname()StringgetLastname()protected List<Link>getLinks()StringgetMiddlename()StringgetOrganisationName()StringgetOrganisationNumber()LinkgetSelfLink()protected voidsetLinks(List<Link> links)StringtoString()-
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()
-
-