com.atlassian.mail
Class MailUtils.Attachment
java.lang.Object
com.atlassian.mail.MailUtils.Attachment
- Enclosing class:
- MailUtils
public static class MailUtils.Attachment
- extends Object
Very simple representation of a mail attachment after it has been
extracted from a message.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailUtils.Attachment
public MailUtils.Attachment(String contentType,
String fileName,
byte[] contents)
getContentType
public String getContentType()
getContents
public byte[] getContents()
getFilename
public String getFilename()