public class AttachmentRow extends Object implements Downloadable
| Modifier and Type | Field and Description |
|---|---|
long |
attachmentId |
Optional<Date> |
lastModified |
long |
pageId |
String |
title |
long |
version |
| Constructor and Description |
|---|
AttachmentRow(long attachmentId,
long pageId,
String title,
long version,
Optional<Date> lastModified) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContainerId() |
String |
getFileName() |
Optional<Date> |
getLastModified() |
int |
getVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDownloadPath, getDownloadPath, getDownloadPath, getDownloadPath, getDownloadPathWithoutEncoding, getDownloadPathWithoutVersion, getDownloadPathWithoutVersionOrApiRevisionpublic final long attachmentId
public final long pageId
public final String title
public final long version
public long getContainerId()
getContainerId in interface Downloadablepublic String getFileName()
getFileName in interface Downloadablepublic Optional<Date> getLastModified()
getLastModified in interface Downloadablepublic int getVersion()
getVersion in interface DownloadableCopyright © 2003–2016 Atlassian. All rights reserved.