Uses of Enum
org.camunda.community.rest.client.dto.ProcessInstanceQueryDtoSortingInner.SortByEnum
Packages that use ProcessInstanceQueryDtoSortingInner.SortByEnum
-
Uses of ProcessInstanceQueryDtoSortingInner.SortByEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProcessInstanceQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionProcessInstanceQueryDtoSortingInner.getSortBy()Sort the results lexicographically by a given criterion.Returns the enum constant of this type with the specified name.ProcessInstanceQueryDtoSortingInner.SortByEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.community.rest.client.dto that return types with arguments of type ProcessInstanceQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<ProcessInstanceQueryDtoSortingInner.SortByEnum>ProcessInstanceQueryDtoSortingInner.getSortBy_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ProcessInstanceQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidProcessInstanceQueryDtoSortingInner.setSortBy(ProcessInstanceQueryDtoSortingInner.SortByEnum sortBy) ProcessInstanceQueryDtoSortingInner.sortBy(ProcessInstanceQueryDtoSortingInner.SortByEnum sortBy) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ProcessInstanceQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidProcessInstanceQueryDtoSortingInner.setSortBy_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<ProcessInstanceQueryDtoSortingInner.SortByEnum> sortBy)