public static interface IntentSortBy.Builder extends SdkPojo, CopyableBuilder<IntentSortBy.Builder,IntentSortBy>
| Modifier and Type | Method and Description |
|---|---|
IntentSortBy.Builder |
attribute(IntentSortAttribute attribute)
The attribute to use to sort the list of intents.
|
IntentSortBy.Builder |
attribute(String attribute)
The attribute to use to sort the list of intents.
|
IntentSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
IntentSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentSortBy.Builder attribute(String attribute)
The attribute to use to sort the list of intents.
attribute - The attribute to use to sort the list of intents.IntentSortAttribute,
IntentSortAttributeIntentSortBy.Builder attribute(IntentSortAttribute attribute)
The attribute to use to sort the list of intents.
attribute - The attribute to use to sort the list of intents.IntentSortAttribute,
IntentSortAttributeIntentSortBy.Builder order(String order)
The order to sort the list. You can choose ascending or descending.
IntentSortBy.Builder order(SortOrder order)
The order to sort the list. You can choose ascending or descending.
Copyright © 2023. All rights reserved.