-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum GroupChannelListQuery.QueryType
The query type for currently supported only with setUserIdsIncludeFilter.If
QueryType
isAND
anduserIdsList
contains A and B,the channels which have members AAND
B will be returned. If the type isOR
,the channels which have members AOR
B will be returned.
-
-
Method Summary
Modifier and Type Method Description static Array<GroupChannelListQuery.QueryType>
values()
static GroupChannelListQuery.QueryType
valueOf(String name)
-
-
Method Detail
-
values
static Array<GroupChannelListQuery.QueryType> values()
-
valueOf
static GroupChannelListQuery.QueryType valueOf(String name)
-
-
-
-