public static interface SortDefinition.Builder extends SdkPojo, CopyableBuilder<SortDefinition.Builder,SortDefinition>
| Modifier and Type | Method and Description |
|---|---|
SortDefinition.Builder |
key(String key)
The key by which to sort the data.
|
SortDefinition.Builder |
sortOrder(SortOrder sortOrder)
The order in which to sort the data.
|
SortDefinition.Builder |
sortOrder(String sortOrder)
The order in which to sort the data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSortDefinition.Builder key(String key)
The key by which to sort the data.
key - The key by which to sort the data.SortDefinition.Builder sortOrder(String sortOrder)
The order in which to sort the data.
SortDefinition.Builder sortOrder(SortOrder sortOrder)
The order in which to sort the data.
Copyright © 2021. All rights reserved.