public static interface BotSortBy.Builder extends SdkPojo, CopyableBuilder<BotSortBy.Builder,BotSortBy>
| Modifier and Type | Method and Description |
|---|---|
BotSortBy.Builder |
attribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
|
BotSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of bots.
|
BotSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
BotSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of bots.
attribute - The attribute to use to sort the list of bots.BotSortAttribute,
BotSortAttributeBotSortBy.Builder attribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
attribute - The attribute to use to sort the list of bots.BotSortAttribute,
BotSortAttributeBotSortBy.Builder order(String order)
The order to sort the list. You can choose ascending or descending.
BotSortBy.Builder order(SortOrder order)
The order to sort the list. You can choose ascending or descending.
Copyright © 2021. All rights reserved.