public static interface BotVersionSortBy.Builder extends SdkPojo, CopyableBuilder<BotVersionSortBy.Builder,BotVersionSortBy>
| Modifier and Type | Method and Description |
|---|---|
BotVersionSortBy.Builder |
attribute(BotVersionSortAttribute attribute)
The attribute to use to sort the list of versions.
|
BotVersionSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of versions.
|
BotVersionSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
BotVersionSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotVersionSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of versions.
attribute - The attribute to use to sort the list of versions.BotVersionSortAttribute,
BotVersionSortAttributeBotVersionSortBy.Builder attribute(BotVersionSortAttribute attribute)
The attribute to use to sort the list of versions.
attribute - The attribute to use to sort the list of versions.BotVersionSortAttribute,
BotVersionSortAttributeBotVersionSortBy.Builder order(String order)
The order to sort the list. You can specify ascending or descending order.
BotVersionSortBy.Builder order(SortOrder order)
The order to sort the list. You can specify ascending or descending order.
Copyright © 2023. All rights reserved.