public static enum AddonQuery.IncludeHiddenType extends Enum<AddonQuery.IncludeHiddenType> implements EnumWithKey
EnumWithKey.Parser<A extends EnumWithKey>| Enum Constant and Description |
|---|
ALL
Add-ons that do not appear on the Marketplace site will be included in the query results,
even if they are not normally discoverable from within an application (for instance, add-ons
that are bundled within an application but may have updates made available via Marketplace).
|
VISIBLE_IN_APP
Add-ons that do not appear on the Marketplace site, but that are normally discoverable from within
an application (such as language packs), will be included in the query results.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The string key that represents this value in the Marketplace API.
|
static AddonQuery.IncludeHiddenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.IncludeHiddenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonQuery.IncludeHiddenType VISIBLE_IN_APP
public static final AddonQuery.IncludeHiddenType ALL
public static AddonQuery.IncludeHiddenType[] values()
for (AddonQuery.IncludeHiddenType c : AddonQuery.IncludeHiddenType.values()) System.out.println(c);
public static AddonQuery.IncludeHiddenType 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()
EnumWithKeygetKey in interface EnumWithKeyCopyright © 2016 Atlassian. All rights reserved.