public static interface Sort.Builder extends SdkPojo, CopyableBuilder<Sort.Builder,Sort>
| Modifier and Type | Method and Description |
|---|---|
Sort.Builder |
sortBy(String sortBy)
For
ListEntities, supported attributes include LastModifiedDate (default) and
EntityId. |
Sort.Builder |
sortOrder(SortOrder sortOrder)
The sorting order.
|
Sort.Builder |
sortOrder(String sortOrder)
The sorting order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSort.Builder sortBy(String sortBy)
For ListEntities, supported attributes include LastModifiedDate (default) and
EntityId. In addition to LastModifiedDate and EntityId, each
EntityType might support additional fields.
For ListChangeSets, supported attributes include StartTime and EndTime
.
sortBy - For ListEntities, supported attributes include LastModifiedDate (default)
and EntityId. In addition to LastModifiedDate and EntityId,
each EntityType might support additional fields.
For ListChangeSets, supported attributes include StartTime and
EndTime.
Sort.Builder sortOrder(String sortOrder)
The sorting order. Can be ASCENDING or DESCENDING. The default value is
DESCENDING.
Sort.Builder sortOrder(SortOrder sortOrder)
The sorting order. Can be ASCENDING or DESCENDING. The default value is
DESCENDING.
Copyright © 2023. All rights reserved.