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