Uses of Class
org.camunda.community.rest.client.dto.FetchExternalTasksDtoSortingInner
Packages that use FetchExternalTasksDtoSortingInner
-
Uses of FetchExternalTasksDtoSortingInner in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return FetchExternalTasksDtoSortingInnerModifier and TypeMethodDescriptionFetchExternalTasksDtoSortingInner.sortBy(FetchExternalTasksDtoSortingInner.SortByEnum sortBy) FetchExternalTasksDtoSortingInner.sortOrder(FetchExternalTasksDtoSortingInner.SortOrderEnum sortOrder) Methods in org.camunda.community.rest.client.dto that return types with arguments of type FetchExternalTasksDtoSortingInnerModifier and TypeMethodDescriptionFetchExternalTasksDto.getSorting()Apply sorting of the resultorg.openapitools.jackson.nullable.JsonNullable<List<FetchExternalTasksDtoSortingInner>>FetchExternalTasksDto.getSorting_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type FetchExternalTasksDtoSortingInnerModifier and TypeMethodDescriptionFetchExternalTasksDto.addSortingItem(FetchExternalTasksDtoSortingInner sortingItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type FetchExternalTasksDtoSortingInnerModifier and TypeMethodDescriptionvoidFetchExternalTasksDto.setSorting(List<FetchExternalTasksDtoSortingInner> sorting) voidFetchExternalTasksDto.setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<FetchExternalTasksDtoSortingInner>> sorting) FetchExternalTasksDto.sorting(List<FetchExternalTasksDtoSortingInner> sorting)