public static enum AddonQuery.View extends Enum<AddonQuery.View> implements EnumWithKey
AddonQuery.Builder.view(Option)EnumWithKey.Parser<A extends EnumWithKey>| Enum Constant and Description |
|---|
BY_ATLASSIAN
Restricts the query to add-ons made by Atlassian, with the most recently updated add-ons first.
|
FEATURED
Restricts the query to a set of add-ons picked by Atlassian staff, with the most recently
updated add-ons first.
|
HIGHEST_RATED
Query all add-ons, sorted by rating.
|
POPULAR
Queries all add-ons, in descending order of total number of downloads.
|
RECENTLY_UPDATED
Queries all add-ons, in descending order of modification date.
|
TOP_GROSSING
Queries all Paid-via-Atlassian add-ons, in descending order of gross sales.
|
TRENDING
Queries all add-ons, in descending order of number of recent downloads.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static AddonQuery.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonQuery.View BY_ATLASSIAN
public static final AddonQuery.View FEATURED
public static final AddonQuery.View HIGHEST_RATED
public static final AddonQuery.View POPULAR
public static final AddonQuery.View RECENTLY_UPDATED
public static final AddonQuery.View TOP_GROSSING
public static final AddonQuery.View TRENDING
public static AddonQuery.View[] values()
for (AddonQuery.View c : AddonQuery.View.values()) System.out.println(c);
public static AddonQuery.View valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getKey()
getKey in interface EnumWithKeyCopyright © 2016 Atlassian. All rights reserved.