Uses of Class
org.camunda.community.rest.client.dto.VariableInstanceQueryDtoSortingInner
Packages that use VariableInstanceQueryDtoSortingInner
-
Uses of VariableInstanceQueryDtoSortingInner in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return VariableInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionVariableInstanceQueryDtoSortingInner.sortBy(VariableInstanceQueryDtoSortingInner.SortByEnum sortBy) VariableInstanceQueryDtoSortingInner.sortOrder(VariableInstanceQueryDtoSortingInner.SortOrderEnum sortOrder) Methods in org.camunda.community.rest.client.dto that return types with arguments of type VariableInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionVariableInstanceQueryDto.getSorting()An array of criteria to sort the result by.org.openapitools.jackson.nullable.JsonNullable<List<VariableInstanceQueryDtoSortingInner>>VariableInstanceQueryDto.getSorting_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type VariableInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionVariableInstanceQueryDto.addSortingItem(VariableInstanceQueryDtoSortingInner sortingItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type VariableInstanceQueryDtoSortingInnerModifier and TypeMethodDescriptionvoidVariableInstanceQueryDto.setSorting(List<VariableInstanceQueryDtoSortingInner> sorting) voidVariableInstanceQueryDto.setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<VariableInstanceQueryDtoSortingInner>> sorting) VariableInstanceQueryDto.sorting(List<VariableInstanceQueryDtoSortingInner> sorting)