Class RemoteAttachment
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteAttachment(long contentId, String fileName, String contentType, String comment) Use this constructor when creating an attachment to addRemoteAttachment(Attachment attachment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetId()longgetTitle()getUrl()inthashCode()voidsetContentType(String contentType) voidsetCreated(Date created) voidsetCreator(String creator) voidsetFileName(String fileName) voidsetFileSize(long fileSize) voidsetId(long id) voidsetPageId(long pageId) voidvoidtoString()
-
Constructor Details
-
RemoteAttachment
public RemoteAttachment() -
RemoteAttachment
-
RemoteAttachment
Use this constructor when creating an attachment to add
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getPageId
public long getPageId() -
setPageId
public void setPageId(long pageId) -
getFileSize
public long getFileSize() -
setFileSize
public void setFileSize(long fileSize) -
getTitle
-
setTitle
-
getFileName
-
setFileName
-
getContentType
-
setContentType
-
getCreator
-
setCreator
-
getUrl
-
setUrl
-
getCreated
-
getComment
-
setCreated
-
equals
-
hashCode
public int hashCode() -
toString
-