public class AttachmentArchiveImpl extends Object implements AttachmentArchive
| Modifier and Type | Field and Description |
|---|---|
static AttachmentArchive |
DOC_EXAMPLE |
| Constructor and Description |
|---|
AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries,
int totalEntryCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AttachmentArchive |
fromJSONArrayQuiet(String jsonArrayString,
int maxSize) |
List<AttachmentArchiveEntry> |
getEntries() |
int |
getTotalEntryCount() |
int |
getTotalNumberOfEntriesAvailable() |
int |
hashCode() |
boolean |
isMoreAvailable() |
static Iterable<JSONObject> |
serialize(List<AttachmentArchiveEntry> entries) |
String |
toString() |
public static final AttachmentArchive DOC_EXAMPLE
public AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries, int totalEntryCount)
public static Iterable<JSONObject> serialize(List<AttachmentArchiveEntry> entries)
public static AttachmentArchive fromJSONArrayQuiet(String jsonArrayString, int maxSize)
public List<AttachmentArchiveEntry> getEntries()
getEntries in interface AttachmentArchiveAttachmentArchiveEntrypublic boolean isMoreAvailable()
isMoreAvailable in interface AttachmentArchivepublic int getTotalNumberOfEntriesAvailable()
getTotalNumberOfEntriesAvailable in interface AttachmentArchivepublic int getTotalEntryCount()
getTotalEntryCount in interface AttachmentArchiveCopyright © 2002-2021 Atlassian. All Rights Reserved.