public static enum PublicGroupChannelListQuery.Order extends java.lang.Enum<PublicGroupChannelListQuery.Order>
CHRONOLOGICAL query returns the result as by event time descending order.
CHANNEL_NAME_ALPHABETICAL query returns the result as by channel name alphabetical order.| Enum Constant and Description |
|---|
CHANNEL_NAME_ALPHABETICAL |
CHRONOLOGICAL |
METADATA_VALUE_ALPHABETICAL |
| Modifier and Type | Method and Description |
|---|---|
static PublicGroupChannelListQuery.Order |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublicGroupChannelListQuery.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicGroupChannelListQuery.Order CHRONOLOGICAL
public static final PublicGroupChannelListQuery.Order CHANNEL_NAME_ALPHABETICAL
public static final PublicGroupChannelListQuery.Order METADATA_VALUE_ALPHABETICAL
public static PublicGroupChannelListQuery.Order[] values()
for (PublicGroupChannelListQuery.Order c : PublicGroupChannelListQuery.Order.values()) System.out.println(c);
public static PublicGroupChannelListQuery.Order 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.