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