|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.mms.RetrieveMMSMessageResponse.Attachment
public static class RetrieveMMSMessageResponse.Attachment
inner class representing each file attachment returned
Constructor Summary | |
---|---|
RetrieveMMSMessageResponse.Attachment()
default constructor |
Method Summary | |
---|---|
java.lang.String |
getAttachmentContentType()
return the MIME content type of the attachment |
byte[] |
getAttachmentData()
return the file data of the attachment |
java.lang.String |
getAttachmentName()
return the file name of the attachment |
void |
setAttachmentContentType(java.lang.String attachmentContentType)
set the MIME content type of the attachment. |
void |
setAttachmentData(byte[] attachmentData)
set the file data of the attachment. |
void |
setAttachmentName(java.lang.String attachmentName)
set the file name of the attachment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetrieveMMSMessageResponse.Attachment()
Method Detail |
---|
public java.lang.String getAttachmentName()
public java.lang.String getAttachmentContentType()
public byte[] getAttachmentData()
public void setAttachmentName(java.lang.String attachmentName)
attachmentName
- public void setAttachmentContentType(java.lang.String attachmentContentType)
attachmentContentType
- public void setAttachmentData(byte[] attachmentData)
attachmentData
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |