Class RemoteAttachment
java.lang.Object
com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
-
Constructor Summary
ConstructorDescriptionRemoteAttachment
(long contentId, String fileName, String contentType, String comment) Use this constructor when creating an attachment to addRemoteAttachment
(Attachment attachment) -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
long
getId()
long
getTitle()
getUrl()
int
hashCode()
void
setContentType
(String contentType) void
setCreated
(Date created) void
setCreator
(String creator) void
setFileName
(String fileName) void
setFileSize
(long fileSize) void
setId
(long id) void
setPageId
(long pageId) void
void
toString()
-
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
-