Class Recipients
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.Recipients
-
public class Recipients extends Representation
-
-
Field Summary
-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Constructor Summary
Constructors Constructor Description Recipients()
Recipients(Link... links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Recipient recipient)
protected List<Link>
getLink()
List<Recipient>
getRecipients()
Link
getSelfUri()
protected void
setLink(List<Link> links)
String
toString()
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-