|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.emailgateway.api.AttachmentFile
@PublicApi public class AttachmentFile
| Constructor Summary | |
|---|---|
AttachmentFile(java.lang.String fileName,
java.lang.String extension,
java.lang.String contentType)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
|
java.lang.String |
getExtension()
|
java.lang.String |
getFileName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentFile(java.lang.String fileName,
java.lang.String extension,
java.lang.String contentType)
fileName - the name of the Attachment fileextension - the extension of the file - supplied in addition to the fileName to avoid calculating it
multiple timescontentType - (optional) the MIME content type, which if present may speed up the conversion| Method Detail |
|---|
public java.lang.String getFileName()
public java.lang.String getExtension()
public java.lang.String getContentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||