Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ExecutionQueryDtoSorting |
ExecutionQueryDtoSorting.sortBy(ExecutionQueryDtoSorting.SortByEnum sortBy) |
ExecutionQueryDtoSorting |
ExecutionQueryDtoSorting.sortOrder(ExecutionQueryDtoSorting.SortOrderEnum sortOrder) |
Modifier and Type | Method and Description |
---|---|
List<ExecutionQueryDtoSorting> |
ExecutionQueryDto.getSorting()
An array of criteria to sort the result by.
|
Modifier and Type | Method and Description |
---|---|
ExecutionQueryDto |
ExecutionQueryDto.addSortingItem(ExecutionQueryDtoSorting sortingItem) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionQueryDto.setSorting(List<ExecutionQueryDtoSorting> sorting) |
ExecutionQueryDto |
ExecutionQueryDto.sorting(List<ExecutionQueryDtoSorting> sorting) |
Copyright © 2022. All rights reserved.