public static class FileAttachmentsList.Items extends Object
FileAttachmentsList
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> |
ZIP_ENTRY_DEFUALT_ORDERING |
Constructor and Description |
---|
Items() |
Modifier and Type | Method and Description |
---|---|
static FileAttachmentsList.FileAttachmentItem |
file(long id,
String name,
String size,
String author,
String date) |
static FileAttachmentsList.FileAttachmentItem |
file(String name,
String size,
String author,
String date) |
static FileAttachmentsList.FileAttachmentItem |
zip(long id,
String name,
String size,
String author,
String date,
List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries) |
static FileAttachmentsList.FileAttachmentItem |
zip(String name,
String size,
String author,
String date,
List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries) |
static FileAttachmentsList.ZipFileAttachmentEntry |
zipEntry(String name,
String size) |
public static final com.google.common.collect.Ordering<FileAttachmentsList.ZipFileAttachmentEntry> ZIP_ENTRY_DEFUALT_ORDERING
public static FileAttachmentsList.ZipFileAttachmentEntry zipEntry(String name, String size)
public static FileAttachmentsList.FileAttachmentItem zip(String name, String size, String author, String date, List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
public static FileAttachmentsList.FileAttachmentItem zip(long id, String name, String size, String author, String date, List<FileAttachmentsList.ZipFileAttachmentEntry> zipFileEntries)
public static FileAttachmentsList.FileAttachmentItem file(String name, String size, String author, String date)
public static FileAttachmentsList.FileAttachmentItem file(long id, String name, String size, String author, String date)
Copyright © 2002-2022 Atlassian. All Rights Reserved.