Serializable
, Comparable<SendMessageOptions.GzipOption>
public static enum SendMessageOptions.GzipOption extends Enum<SendMessageOptions.GzipOption>
Modifier and Type | Method | Description |
---|---|---|
static SendMessageOptions.GzipOption |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SendMessageOptions.GzipOption[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendMessageOptions.GzipOption DEFAULT
public static final SendMessageOptions.GzipOption GZIP_OFF
public static final SendMessageOptions.GzipOption GZIP_ON
public static SendMessageOptions.GzipOption[] values()
for (SendMessageOptions.GzipOption c : SendMessageOptions.GzipOption.values()) System.out.println(c);
public static SendMessageOptions.GzipOption 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 null