public static class FileAttachmentsList.FileAttachmentItem extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAuthor() |
String |
getDate() |
long |
getId() |
String |
getName() |
String |
getSize() |
List<FileAttachmentsList.ZipFileAttachmentEntry> |
getZipEntries() |
int |
hashCode() |
boolean |
isZip()
Determines whether this file attachment is a zip file.
|
FileAttachmentsList.FileAttachmentItem |
sortZipEntries(com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> order)
In some tests we don't care about the order of the entries.
|
String |
toString() |
public long getId()
public String getName()
public String getSize()
public String getAuthor()
public String getDate()
public List<FileAttachmentsList.ZipFileAttachmentEntry> getZipEntries()
public FileAttachmentsList.FileAttachmentItem sortZipEntries(com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> order)
order
- ordering of the entriespublic boolean isZip()
Copyright © 2002-2022 Atlassian. All Rights Reserved.