public static enum APIConstants.AuthenticationResponseCode extends java.lang.Enum<APIConstants.AuthenticationResponseCode>
Enum Constant and Description |
---|
ER_0001 |
ER_0002 |
ER_0003 |
ER_0004 |
ER_0005 |
ER_D_2001 |
ER_D_2002 |
ER_D_2003 |
ER_D_2004 |
ER_D_2005 |
ER_D_2006 |
ER_L_3001 |
ER_L_3002 |
ER_L_3003 |
ER_L_3004 |
ER_L_3005 |
ER_L_3006 |
ER_P_1001 |
ER_P_1002 |
ER_P_1003 |
ER_P_1004 |
ER_P_1005 |
ER_P_1006 |
ER_S_4001 |
ER_S_4002 |
ER_S_4003 |
ER_S_4004 |
ER_S_4005 |
ER_S_4006 |
SU_0000 |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsValue(java.lang.String message) |
static APIConstants.AuthenticationResponseCode |
getByCode(int responseCode) |
int |
getCode() |
java.lang.String |
getMessage() |
APIConstants.AuthenticationResponseType |
getResponseType() |
static APIConstants.AuthenticationResponseCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APIConstants.AuthenticationResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConstants.AuthenticationResponseCode SU_0000
public static final APIConstants.AuthenticationResponseCode ER_0001
public static final APIConstants.AuthenticationResponseCode ER_0002
public static final APIConstants.AuthenticationResponseCode ER_0003
public static final APIConstants.AuthenticationResponseCode ER_0004
public static final APIConstants.AuthenticationResponseCode ER_0005
public static final APIConstants.AuthenticationResponseCode ER_P_1001
public static final APIConstants.AuthenticationResponseCode ER_P_1002
public static final APIConstants.AuthenticationResponseCode ER_P_1003
public static final APIConstants.AuthenticationResponseCode ER_P_1004
public static final APIConstants.AuthenticationResponseCode ER_P_1005
public static final APIConstants.AuthenticationResponseCode ER_P_1006
public static final APIConstants.AuthenticationResponseCode ER_D_2001
public static final APIConstants.AuthenticationResponseCode ER_D_2002
public static final APIConstants.AuthenticationResponseCode ER_D_2003
public static final APIConstants.AuthenticationResponseCode ER_D_2004
public static final APIConstants.AuthenticationResponseCode ER_D_2005
public static final APIConstants.AuthenticationResponseCode ER_D_2006
public static final APIConstants.AuthenticationResponseCode ER_L_3001
public static final APIConstants.AuthenticationResponseCode ER_L_3002
public static final APIConstants.AuthenticationResponseCode ER_L_3003
public static final APIConstants.AuthenticationResponseCode ER_L_3004
public static final APIConstants.AuthenticationResponseCode ER_L_3005
public static final APIConstants.AuthenticationResponseCode ER_L_3006
public static final APIConstants.AuthenticationResponseCode ER_S_4001
public static final APIConstants.AuthenticationResponseCode ER_S_4002
public static final APIConstants.AuthenticationResponseCode ER_S_4003
public static final APIConstants.AuthenticationResponseCode ER_S_4004
public static final APIConstants.AuthenticationResponseCode ER_S_4005
public static final APIConstants.AuthenticationResponseCode ER_S_4006
public static APIConstants.AuthenticationResponseCode[] values()
for (APIConstants.AuthenticationResponseCode c : APIConstants.AuthenticationResponseCode.values()) System.out.println(c);
public static APIConstants.AuthenticationResponseCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
public APIConstants.AuthenticationResponseType getResponseType()
public java.lang.String getMessage()
public static APIConstants.AuthenticationResponseCode getByCode(int responseCode)
public static boolean containsValue(java.lang.String message)