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