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