|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.swizzle.confluence.MapObject
org.codehaus.swizzle.confluence.Attachment
public class Attachment
| Field Summary |
|---|
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
|---|
fields |
| Constructor Summary | |
|---|---|
Attachment()
|
|
Attachment(java.util.Map data)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
comment for the attachment {color:#cc3300}(Required){color} |
java.lang.String |
getContentType()
mime content type of the attachment {color:#cc0000}(Required){color} |
java.util.Date |
getCreated()
creation date of the attachment |
java.lang.String |
getCreator()
creator of the attachment |
java.lang.String |
getFileName()
file name of the attachment {color:#cc3300}(Required){color} |
java.lang.String |
getFileSize()
numeric file size of the attachment in bytes |
java.lang.String |
getId()
numeric id of the attachment |
java.lang.String |
getPageId()
page ID of the attachment |
java.lang.String |
getTitle()
title of the attachment |
java.lang.String |
getUrl()
url to download the attachment online |
void |
setComment(java.lang.String comment)
|
void |
setContentType(java.lang.String contentType)
|
void |
setCreated(java.util.Date created)
|
void |
setCreator(java.lang.String creator)
|
void |
setFileName(java.lang.String fileName)
|
void |
setFileSize(java.lang.String fileSize)
|
void |
setId(java.lang.String id)
|
void |
setPageId(java.lang.String pageId)
|
void |
setTitle(java.lang.String title)
|
void |
setUrl(java.lang.String url)
|
java.util.Map |
toRawMap()
|
| Methods inherited from class org.codehaus.swizzle.confluence.MapObject |
|---|
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Attachment()
public Attachment(java.util.Map data)
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getPageId()
public void setPageId(java.lang.String pageId)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public java.lang.String getFileSize()
public void setFileSize(java.lang.String fileSize)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public java.util.Date getCreated()
public void setCreated(java.util.Date created)
public java.lang.String getCreator()
public void setCreator(java.lang.String creator)
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public java.util.Map toRawMap()
toRawMap in class MapObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||