-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum GroupChannelListQuery.Order
The query result order type.
CHRONOLOGICAL
query returns the result as by event time descending order.LATEST_LAST_MESSAGE
query returns the result as by event time descending order.CHANNEL_NAME_ALPHABETICAL
query returns the result as by channel name alphabetical order.
-
-
Field Summary
Fields Modifier and Type Field Description private final int
value
-
Enum Constant Summary
Enum Constants Enum Constant Description METADATA_VALUE_ALPHABETICAL
CHANNEL_NAME_ALPHABETICAL
LATEST_LAST_MESSAGE
CHRONOLOGICAL
-
Method Summary
Modifier and Type Method Description static GroupChannelListQuery.Order
from(int value)
SortOrder
getChannelSortOrder()
Channel's SortOrder depending on the query's Order. static Array<GroupChannelListQuery.Order>
values()
static GroupChannelListQuery.Order
valueOf(String name)
int
getValue()
-
-
Method Detail
-
from
static GroupChannelListQuery.Order from(int value)
-
getChannelSortOrder
SortOrder getChannelSortOrder()
-
values
static Array<GroupChannelListQuery.Order> values()
-
valueOf
static GroupChannelListQuery.Order valueOf(String name)
-
getValue
int getValue()
-
-
-
-