public interface AttachmentArchive
The interface was previously inside AttachmentZipKit
Modifier and Type | Method and Description |
---|---|
List<AttachmentArchiveEntry> |
getEntries() |
int |
getTotalEntryCount() |
int |
getTotalNumberOfEntriesAvailable()
Deprecated.
getTotalEntryCount instead. Since v6.4. |
boolean |
isMoreAvailable()
Deprecated.
Compare
getTotalEntryCount() with size of getEntries() instead. Since v6.4. |
@Deprecated int getTotalNumberOfEntriesAvailable()
getTotalEntryCount
instead. Since v6.4.int getTotalEntryCount()
List<AttachmentArchiveEntry> getEntries()
AttachmentArchiveEntry
@Deprecated boolean isMoreAvailable()
getTotalEntryCount()
with size of getEntries()
instead. Since v6.4.Copyright © 2002-2022 Atlassian. All Rights Reserved.