public static enum OutboundMessageDetail.TrackLinksEnum extends Enum<OutboundMessageDetail.TrackLinksEnum>
| Enum Constant and Description |
|---|
HTMLANDTEXT |
HTMLONLY |
NONE |
TEXTONLY |
| Modifier and Type | Method and Description |
|---|---|
static OutboundMessageDetail.TrackLinksEnum |
fromValue(String text) |
String |
toString() |
static OutboundMessageDetail.TrackLinksEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutboundMessageDetail.TrackLinksEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutboundMessageDetail.TrackLinksEnum NONE
public static final OutboundMessageDetail.TrackLinksEnum HTMLANDTEXT
public static final OutboundMessageDetail.TrackLinksEnum HTMLONLY
public static final OutboundMessageDetail.TrackLinksEnum TEXTONLY
public static OutboundMessageDetail.TrackLinksEnum[] values()
for (OutboundMessageDetail.TrackLinksEnum c : OutboundMessageDetail.TrackLinksEnum.values()) System.out.println(c);
public static OutboundMessageDetail.TrackLinksEnum 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 toString()
toString in class Enum<OutboundMessageDetail.TrackLinksEnum>public static OutboundMessageDetail.TrackLinksEnum fromValue(String text)
Copyright © 2019. All rights reserved.