public static interface ListTransactionsSort.Builder extends SdkPojo, CopyableBuilder<ListTransactionsSort.Builder,ListTransactionsSort>
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsSort.Builder |
sortBy(ListTransactionsSortBy sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP. |
ListTransactionsSort.Builder |
sortBy(String sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP. |
ListTransactionsSort.Builder |
sortOrder(SortOrder sortOrder)
The container for the sort order for
ListTransactions. |
ListTransactionsSort.Builder |
sortOrder(String sortOrder)
The container for the sort order for
ListTransactions. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListTransactionsSort.Builder sortBy(String sortBy)
Defaults to the value TRANSACTION_TIMESTAMP.
sortBy - Defaults to the value TRANSACTION_TIMESTAMP.ListTransactionsSortBy,
ListTransactionsSortByListTransactionsSort.Builder sortBy(ListTransactionsSortBy sortBy)
Defaults to the value TRANSACTION_TIMESTAMP.
sortBy - Defaults to the value TRANSACTION_TIMESTAMP.ListTransactionsSortBy,
ListTransactionsSortByListTransactionsSort.Builder sortOrder(String sortOrder)
The container for the sort order for ListTransactions. The SortOrder field
only accepts the values ASCENDING and DESCENDING. Not providing
SortOrder will default to ASCENDING.
sortOrder - The container for the sort order for ListTransactions. The SortOrder
field only accepts the values ASCENDING and DESCENDING. Not providing
SortOrder will default to ASCENDING.SortOrder,
SortOrderListTransactionsSort.Builder sortOrder(SortOrder sortOrder)
The container for the sort order for ListTransactions. The SortOrder field
only accepts the values ASCENDING and DESCENDING. Not providing
SortOrder will default to ASCENDING.
sortOrder - The container for the sort order for ListTransactions. The SortOrder
field only accepts the values ASCENDING and DESCENDING. Not providing
SortOrder will default to ASCENDING.SortOrder,
SortOrderCopyright © 2023. All rights reserved.