public static enum OAuthClient.ParameterStyle extends Enum<OAuthClient.ParameterStyle>
| Enum Constant and Description |
|---|
AUTHORIZATION_HEADER
Deprecated.
|
BODY
Deprecated.
|
QUERY_STRING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterStyle |
getReplacement()
Deprecated.
|
static OAuthClient.ParameterStyle |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OAuthClient.ParameterStyle[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAuthClient.ParameterStyle AUTHORIZATION_HEADER
public static final OAuthClient.ParameterStyle BODY
public static final OAuthClient.ParameterStyle QUERY_STRING
public static OAuthClient.ParameterStyle[] values()
for (OAuthClient.ParameterStyle c : OAuthClient.ParameterStyle.values()) System.out.println(c);
public static OAuthClient.ParameterStyle 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 ParameterStyle getReplacement()
Copyright 2015- Charles R. Severance and licensed CC-BY Attribution 4.0