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 AttachmentArchive
AttachmentArchiveEntry
public boolean isMoreAvailable()
isMoreAvailable
in interface AttachmentArchive
public int getTotalNumberOfEntriesAvailable()
getTotalNumberOfEntriesAvailable
in interface AttachmentArchive
public int getTotalEntryCount()
getTotalEntryCount
in interface AttachmentArchive
Copyright © 2002-2021 Atlassian. All Rights Reserved.