public static enum GroupChannelListQuery.QueryType extends java.lang.Enum<GroupChannelListQuery.QueryType>
GroupChannelListQuery.setUserIdsIncludeFilter(List, QueryType).
If QueryType is AND and userIdsList contains A and B,
the channels which have members A AND B will be returned. If the type is OR,
the channels which have members A OR B will be returned.| Modifier and Type | Method and Description |
|---|---|
static GroupChannelListQuery.QueryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupChannelListQuery.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupChannelListQuery.QueryType AND
public static final GroupChannelListQuery.QueryType OR
public static GroupChannelListQuery.QueryType[] values()
for (GroupChannelListQuery.QueryType c : GroupChannelListQuery.QueryType.values()) System.out.println(c);
public static GroupChannelListQuery.QueryType 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 null 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.