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