public class

AttachmentArchiveImpl

extends Object
implements AttachmentArchive
java.lang.Object
   ↳ com.atlassian.jira.plugin.attachment.AttachmentArchiveImpl

Summary

Fields
public static final AttachmentArchive DOC_EXAMPLE
Public Constructors
AttachmentArchiveImpl(List<AttachmentArchiveEntry> entries, int totalEntryCount)
Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.attachment.AttachmentArchive

Fields

public static final AttachmentArchive DOC_EXAMPLE

Public Constructors

public AttachmentArchiveImpl (List<AttachmentArchiveEntry> entries, int totalEntryCount)

Public Methods

public boolean equals (Object obj)

public static AttachmentArchive fromJSONArrayQuiet (String jsonArrayString, int maxSize)

public List<AttachmentArchiveEntry> getEntries ()

public int getTotalEntryCount ()

public int getTotalNumberOfEntriesAvailable ()

public int hashCode ()

public boolean isMoreAvailable ()

public static Iterable<JSONObject> serialize (List<AttachmentArchiveEntry> entries)

public String toString ()