public static enum AddonQuery.TreatPartlyFreeAs extends Enum<AddonQuery.TreatPartlyFreeAs> implements EnumWithKey
EnumWithKey.Parser<A extends EnumWithKey>| Enum Constant and Description |
|---|
FREE
Add-ons with free tiers will be effectively treated as free in queries.
|
PAID
Add-ons with free tiers will be effectively treated as paid in queries.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The string key that represents this value in the Marketplace API.
|
static AddonQuery.TreatPartlyFreeAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonQuery.TreatPartlyFreeAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonQuery.TreatPartlyFreeAs FREE
public static final AddonQuery.TreatPartlyFreeAs PAID
public static AddonQuery.TreatPartlyFreeAs[] values()
for (AddonQuery.TreatPartlyFreeAs c : AddonQuery.TreatPartlyFreeAs.values()) System.out.println(c);
public static AddonQuery.TreatPartlyFreeAs 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.