public class AttachmentRow extends Object implements Downloadable
Modifier and Type | Field and Description |
---|---|
long |
attachmentId |
Optional<Date> |
lastModified |
long |
pageId |
String |
title |
long |
version |
CACHE_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, wait
getDownloadPath, getDownloadPath, getDownloadPath, getDownloadPath, getDownloadPathWithoutEncoding, getDownloadPathWithoutVersion, getDownloadPathWithoutVersionOrApiRevision
public final long attachmentId
public final long pageId
public final String title
public final long version
public long getContainerId()
getContainerId
in interface Downloadable
public String getFileName()
getFileName
in interface Downloadable
public Optional<Date> getLastModified()
getLastModified
in interface Downloadable
public int getVersion()
getVersion
in interface Downloadable
Copyright © 2003–2017 Atlassian. All rights reserved.