@Deprecated public enum HostedProfileSettingType extends java.lang.Enum<HostedProfileSettingType>
| Enum Constant and Description |
|---|
HOSTED_PROFILE_HEADING_BG_COLOR
Deprecated.
|
HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
Deprecated.
|
HOSTED_PROFILE_PAGE_BORDER_VISIBLE
Deprecated.
|
HOSTED_PROFILE_RETURN_URL
Deprecated.
|
HOSTED_PROFILE_RETURN_URL_TEXT
Deprecated.
|
HOSTED_PROFILE_VALIDATION_MODE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Deprecated.
|
static HostedProfileSettingType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static HostedProfileSettingType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL
public static final HostedProfileSettingType HOSTED_PROFILE_RETURN_URL_TEXT
public static final HostedProfileSettingType HOSTED_PROFILE_HEADING_BG_COLOR
public static final HostedProfileSettingType HOSTED_PROFILE_PAGE_BORDER_VISIBLE
public static final HostedProfileSettingType HOSTED_PROFILE_IFRAME_COMMUNICATOR_URL
public static final HostedProfileSettingType HOSTED_PROFILE_VALIDATION_MODE
public static HostedProfileSettingType[] values()
for (HostedProfileSettingType c : HostedProfileSettingType.values()) System.out.println(c);
public static HostedProfileSettingType 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 java.lang.String getValue()
Copyright © 2018. All Rights Reserved.