public static enum ApiAccountHealthStatusHandler.Authentication extends Enum<ApiAccountHealthStatusHandler.Authentication>
| Enum Constant and Description |
|---|
ACCOUNT_API_KEY |
UID |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static ApiAccountHealthStatusHandler.Authentication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiAccountHealthStatusHandler.Authentication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiAccountHealthStatusHandler.Authentication UID
public static final ApiAccountHealthStatusHandler.Authentication ACCOUNT_API_KEY
public static ApiAccountHealthStatusHandler.Authentication[] values()
for (ApiAccountHealthStatusHandler.Authentication c : ApiAccountHealthStatusHandler.Authentication.values()) System.out.println(c);
public static ApiAccountHealthStatusHandler.Authentication 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()
Copyright © 2004-2016. All Rights Reserved.