public static enum GroupChannelListQuery.SuperChannelFilter extends java.lang.Enum<GroupChannelListQuery.SuperChannelFilter>
GroupChannelListQuery.setSuperChannelFilter(SuperChannelFilter)
.Enum Constant and Description |
---|
ALL
When this filter is set, all channels will be retrieved whether it is a super or not.
|
BROADCAST_CHANNEL_ONLY
When this filter is set, only broadcast channels will be retrieved.
|
NONSUPER_CHANNEL_ONLY
When this filter is set, only non-super channels will be retrieved.
|
SUPER_CHANNEL_ONLY
When this filter is set, only super channels will be retrieved.
|
Modifier and Type | Field and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static GroupChannelListQuery.SuperChannelFilter |
fromValue(java.lang.String value) |
static GroupChannelListQuery.SuperChannelFilter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupChannelListQuery.SuperChannelFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupChannelListQuery.SuperChannelFilter ALL
public static final GroupChannelListQuery.SuperChannelFilter SUPER_CHANNEL_ONLY
public static final GroupChannelListQuery.SuperChannelFilter BROADCAST_CHANNEL_ONLY
public static final GroupChannelListQuery.SuperChannelFilter NONSUPER_CHANNEL_ONLY
public static GroupChannelListQuery.SuperChannelFilter[] values()
for (GroupChannelListQuery.SuperChannelFilter c : GroupChannelListQuery.SuperChannelFilter.values()) System.out.println(c);
public static GroupChannelListQuery.SuperChannelFilter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static GroupChannelListQuery.SuperChannelFilter fromValue(java.lang.String value)
Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.