public static interface ExportSortBy.Builder extends SdkPojo, CopyableBuilder<ExportSortBy.Builder,ExportSortBy>
| Modifier and Type | Method and Description |
|---|---|
ExportSortBy.Builder |
attribute(ExportSortAttribute attribute)
The export field to use for sorting.
|
ExportSortBy.Builder |
attribute(String attribute)
The export field to use for sorting.
|
ExportSortBy.Builder |
order(SortOrder order)
The order to sort the list.
|
ExportSortBy.Builder |
order(String order)
The order to sort the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportSortBy.Builder attribute(String attribute)
The export field to use for sorting.
attribute - The export field to use for sorting.ExportSortAttribute,
ExportSortAttributeExportSortBy.Builder attribute(ExportSortAttribute attribute)
The export field to use for sorting.
attribute - The export field to use for sorting.ExportSortAttribute,
ExportSortAttributeExportSortBy.Builder order(String order)
The order to sort the list.
ExportSortBy.Builder order(SortOrder order)
The order to sort the list.
Copyright © 2022. All rights reserved.