public enum GroupUnreadChannels extends Enum<GroupUnreadChannels> implements HasCode<GroupUnreadChannels>
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupUnreadChannels.GroupUnreadChannelsDeserializer |
| Enum Constant and Description |
|---|
DEFAULT_OFF |
DEFAULT_ON |
DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static GroupUnreadChannels |
of(String code) |
static GroupUnreadChannels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupUnreadChannels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupUnreadChannels DISABLED
public static final GroupUnreadChannels DEFAULT_OFF
public static final GroupUnreadChannels DEFAULT_ON
public static GroupUnreadChannels[] values()
for (GroupUnreadChannels c : GroupUnreadChannels.values()) System.out.println(c);
public static GroupUnreadChannels 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 static GroupUnreadChannels of(String code)
Copyright © 2019. All rights reserved.