public class EmailAttachmentResponse
extends java.lang.Object
| Constructor and Description |
|---|
EmailAttachmentResponse(boolean ok,
<any> attachmentIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
<any> |
getAttachmentIds()
Get a list of Attachment IDs.
|
boolean |
getOk()
Get the OK status as a boolean
|
int |
hashCode() |
java.lang.String |
toString() |
public EmailAttachmentResponse(boolean ok,
<any> attachmentIds)
public boolean getOk()
public <any> getAttachmentIds()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object