ChannelOrderField
The possible fields by which channels can be ordered.
enum ChannelOrderField {
CREATED_AT
NAME
POSITION
UPDATED_AT
}
Values
ChannelOrderField.CREATED_AT
Orders by the date that the channel was created.
ChannelOrderField.NAME
Orders by the channel name.
ChannelOrderField.POSITION
Orders by the agent's preferred row order for the channel.
ChannelOrderField.UPDATED_AT
Orders by the date that the channel was last updated.
Member of
ChannelOrder input