public class RemoteAttachment extends Object
Constructor and Description |
---|
RemoteAttachment() |
RemoteAttachment(Attachment attachment) |
RemoteAttachment(long contentId,
String fileName,
String contentType,
String comment)
Use this constructor when creating an attachment to add
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getContentType() |
Date |
getCreated() |
String |
getCreator() |
String |
getFileName() |
long |
getFileSize() |
long |
getId() |
long |
getPageId() |
String |
getTitle() |
String |
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 |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
public RemoteAttachment()
public RemoteAttachment(Attachment attachment)
public long getId()
public void setId(long id)
public long getPageId()
public void setPageId(long pageId)
public long getFileSize()
public void setFileSize(long fileSize)
public String getTitle()
public void setTitle(String title)
public String getFileName()
public void setFileName(String fileName)
public String getContentType()
public void setContentType(String contentType)
public String getCreator()
public void setCreator(String creator)
public String getUrl()
public void setUrl(String url)
public Date getCreated()
public String getComment()
public void setCreated(Date created)
Copyright © 2003–2017 Atlassian. All rights reserved.