Uses of Enum
org.camunda.community.rest.client.dto.ExternalTaskQueryDtoSortingInner.SortByEnum
Packages that use ExternalTaskQueryDtoSortingInner.SortByEnum
-
Uses of ExternalTaskQueryDtoSortingInner.SortByEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ExternalTaskQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionExternalTaskQueryDtoSortingInner.getSortBy()Sort the results lexicographically by a given criterion.Returns the enum constant of this type with the specified name.ExternalTaskQueryDtoSortingInner.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 ExternalTaskQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<ExternalTaskQueryDtoSortingInner.SortByEnum>ExternalTaskQueryDtoSortingInner.getSortBy_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ExternalTaskQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidExternalTaskQueryDtoSortingInner.setSortBy(ExternalTaskQueryDtoSortingInner.SortByEnum sortBy) ExternalTaskQueryDtoSortingInner.sortBy(ExternalTaskQueryDtoSortingInner.SortByEnum sortBy) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ExternalTaskQueryDtoSortingInner.SortByEnumModifier and TypeMethodDescriptionvoidExternalTaskQueryDtoSortingInner.setSortBy_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<ExternalTaskQueryDtoSortingInner.SortByEnum> sortBy)