public static enum ApplicationLicenseReceiptHandler.RequestError extends Enum<ApplicationLicenseReceiptHandler.RequestError>
| Enum Constant and Description |
|---|
BAD_REFERRER |
NOT_AUTHENTICATED |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLicenseReceiptHandler.RequestError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLicenseReceiptHandler.RequestError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationLicenseReceiptHandler.RequestError NOT_AUTHENTICATED
public static final ApplicationLicenseReceiptHandler.RequestError BAD_REFERRER
public static ApplicationLicenseReceiptHandler.RequestError[] values()
for (ApplicationLicenseReceiptHandler.RequestError c : ApplicationLicenseReceiptHandler.RequestError.values()) System.out.println(c);
public static ApplicationLicenseReceiptHandler.RequestError 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 nullCopyright © 2024 Atlassian. All rights reserved.