-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum PublicGroupChannelListQuery.SuperChannelFilter
The super channel filter. Refer to setSuperChannelFilter.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NONSUPER_CHANNEL_ONLY
When this filter is set, only non-super channels will be retrieved.In other words, super channels won't be retrieved.
BROADCAST_CHANNEL_ONLY
When this filter is set, only broadcast channels will be retrieved.
SUPER_CHANNEL_ONLY
When this filter is set, only super channels will be retrieved.Broadcast channels will be included because broadcast channel is subset of super channel.
ALL
When this filter is set, all channels will be retrieved whether it is a super or not.
-
Method Summary
Modifier and Type Method Description static Array<PublicGroupChannelListQuery.SuperChannelFilter>
values()
static PublicGroupChannelListQuery.SuperChannelFilter
valueOf(String name)
-
-
Method Detail
-
values
static Array<PublicGroupChannelListQuery.SuperChannelFilter> values()
-
valueOf
static PublicGroupChannelListQuery.SuperChannelFilter valueOf(String name)
-
-
-
-