net.authorize.data.cim
Enum HostedProfileSettingType
java.lang.Object
java.lang.Enum<HostedProfileSettingType>
net.authorize.data.cim.HostedProfileSettingType
- All Implemented Interfaces:
- Serializable, Comparable<HostedProfileSettingType>
public enum HostedProfileSettingType
- extends Enum<HostedProfileSettingType>
Enumeration of CIM hosted profile setting types that are supported by Authorize.Net
HOSTED_PROFILE_RETURN_URL
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL
HOSTED_PROFILE_RETURN_URL_TEXT
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL_TEXT
HOSTED_PROFILE_HEADING_BG_COLOR
public static final HostedProfileSettingType HOSTED_PROFILE_HEADING_BG_COLOR
HOSTED_PROFILE_PAGE_BORDER_VISIBLE
public static final HostedProfileSettingType HOSTED_PROFILE_PAGE_BORDER_VISIBLE
HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
public static final HostedProfileSettingType HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
HOSTED_PROFILE_VALIDATION_MODE
public static final HostedProfileSettingType HOSTED_PROFILE_VALIDATION_MODE
values
public static HostedProfileSettingType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (HostedProfileSettingType c : HostedProfileSettingType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static HostedProfileSettingType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public String getValue()
- Returns:
- the value
Copyright © 2014. All Rights Reserved.