public class AttachmentsResponse extends AsposeResponse
| Constructor and Description |
|---|
AttachmentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentsResponse |
attachments(Attachments attachments) |
boolean |
equals(java.lang.Object o) |
Attachments |
getAttachments()
Attachments object
|
int |
hashCode() |
void |
setAttachments(Attachments attachments) |
java.lang.String |
toString() |
public AttachmentsResponse attachments(Attachments attachments)
public Attachments getAttachments()
public void setAttachments(Attachments attachments)
public boolean equals(java.lang.Object o)
equals in class AsposeResponsepublic int hashCode()
hashCode in class AsposeResponsepublic java.lang.String toString()
toString in class AsposeResponse