public class Attachment extends Representation
Modifier and Type | Field and Description |
---|---|
protected String |
subject |
links
Constructor and Description |
---|
Attachment() |
Attachment(String subject) |
Modifier and Type | Method and Description |
---|---|
Link |
getAddContentLink() |
protected List<Link> |
getLinks() |
Link |
getSelfLink() |
String |
getSubject() |
boolean |
isSameAttachmentAs(Attachment attachment) |
protected void |
setLinks(List<Link> links) |
addLink, getLinkByRelationName
protected String subject
public Attachment()
public Attachment(String subject)
public String getSubject()
public Link getSelfLink()
public Link getAddContentLink()
public boolean isSameAttachmentAs(Attachment attachment)
Copyright © 2013 Digipost Open Source. All Rights Reserved.