public enum Header extends Enum<Header>
| Enum Constant and Description |
|---|
CDS_SUBJECT |
CDS_USER_AGENT |
FAPI_AUTH_DATE |
FAPI_CUSTOMER_IP_ADDRESS |
FAPI_INTERACTION_ID |
MIN_VERSION |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
Header |
fromKey(String key) |
CustomDataType |
getCustomDataType() |
String |
getKey() |
static Header |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Header VERSION
public static final Header MIN_VERSION
public static final Header FAPI_INTERACTION_ID
public static final Header FAPI_AUTH_DATE
public static final Header FAPI_CUSTOMER_IP_ADDRESS
public static final Header CDS_USER_AGENT
public static final Header CDS_SUBJECT
public static Header[] values()
for (Header c : Header.values()) System.out.println(c);
public static Header 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()
public CustomDataType getCustomDataType()
Copyright © 2020. All rights reserved.