public enum PolicyTopicEvidenceDestinationMismatchUrlType extends Enum<PolicyTopicEvidenceDestinationMismatchUrlType>
Java class for PolicyTopicEvidenceDestinationMismatchUrlType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PolicyTopicEvidenceDestinationMismatchUrlType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="DISPLAY_URL"/>
<enumeration value="FINAL_URL"/>
<enumeration value="FINAL_MOBILE_URL"/>
<enumeration value="TRACKING_URL"/>
<enumeration value="MOBILE_TRACKING_URL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DISPLAY_URL |
FINAL_MOBILE_URL |
FINAL_URL |
MOBILE_TRACKING_URL
Tracking template with substituted mobile url.
|
TRACKING_URL
Tracking template with substituted desktop url.
|
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyTopicEvidenceDestinationMismatchUrlType |
fromValue(String v) |
String |
value() |
static PolicyTopicEvidenceDestinationMismatchUrlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyTopicEvidenceDestinationMismatchUrlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyTopicEvidenceDestinationMismatchUrlType UNKNOWN
public static final PolicyTopicEvidenceDestinationMismatchUrlType DISPLAY_URL
public static final PolicyTopicEvidenceDestinationMismatchUrlType FINAL_URL
public static final PolicyTopicEvidenceDestinationMismatchUrlType FINAL_MOBILE_URL
public static final PolicyTopicEvidenceDestinationMismatchUrlType TRACKING_URL
public static final PolicyTopicEvidenceDestinationMismatchUrlType MOBILE_TRACKING_URL
public static PolicyTopicEvidenceDestinationMismatchUrlType[] values()
for (PolicyTopicEvidenceDestinationMismatchUrlType c : PolicyTopicEvidenceDestinationMismatchUrlType.values()) System.out.println(c);
public static PolicyTopicEvidenceDestinationMismatchUrlType 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 value()
public static PolicyTopicEvidenceDestinationMismatchUrlType fromValue(String v)
Copyright © 2023. All rights reserved.