public enum AuthenticationResponseValues extends Enum<AuthenticationResponseValues>
Enum Constant and Description |
---|
Access_Token
Represents the access_token parameter in the authenticationRespose.
|
Access_Token_Secret
Represents the access_token_secret parameter in the
authenticationRespose.
|
OAuth_Token
Represents the oauth_token parameter in the authenticationRespose.
|
OAuth_Token_Secret
Represents the oauth_token_secret parameter in the authenticationRespose.
|
OAuth_Verifier
Represents the oauth_verifies parameter in the authenticationResonse.
|
ScreenName
Represents the screen_name parameter in the authenticationRespose.
|
UserId
Represents the user_id parameter in the authenticationRespose.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationResponseValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationResponseValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationResponseValues OAuth_Verifier
public static final AuthenticationResponseValues OAuth_Token
public static final AuthenticationResponseValues OAuth_Token_Secret
public static final AuthenticationResponseValues UserId
public static final AuthenticationResponseValues ScreenName
public static final AuthenticationResponseValues Access_Token
public static final AuthenticationResponseValues Access_Token_Secret
public static AuthenticationResponseValues[] values()
for (AuthenticationResponseValues c : AuthenticationResponseValues.values()) System.out.println(c);
public static AuthenticationResponseValues 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.