public static enum Application.CompatibilityUpdateMode extends Enum<Application.CompatibilityUpdateMode> implements EnumWithKey
EnumWithKey.Parser<A extends EnumWithKey>| Enum Constant and Description |
|---|
MICRO_VERSIONS
Indicates that Marketplace will automatically mark an add-on version as compatible
with the next micro/patch release version of an application, if it was compatible
with the previous one (for instance, going from 3.1.2 to 3.1.3).
|
MINOR_VERSIONS
Indicates that Marketplace will automatically mark an add-on version as compatible
with the next minor release version of an application, if it was compatible
with the previous one (for instance, going from 3.1.x to 3.2).
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The string key that represents this value in the Marketplace API.
|
static Application.CompatibilityUpdateMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.CompatibilityUpdateMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.CompatibilityUpdateMode MICRO_VERSIONS
public static final Application.CompatibilityUpdateMode MINOR_VERSIONS
public static Application.CompatibilityUpdateMode[] values()
for (Application.CompatibilityUpdateMode c : Application.CompatibilityUpdateMode.values()) System.out.println(c);
public static Application.CompatibilityUpdateMode 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.