Uses of Enum
org.camunda.community.rest.client.dto.FetchExternalTasksDtoSortingInner.SortOrderEnum
Packages that use FetchExternalTasksDtoSortingInner.SortOrderEnum
-
Uses of FetchExternalTasksDtoSortingInner.SortOrderEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return FetchExternalTasksDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionFetchExternalTasksDtoSortingInner.getSortOrder()Sort the results in a given order.Returns the enum constant of this type with the specified name.FetchExternalTasksDtoSortingInner.SortOrderEnum.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.SortOrderEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<FetchExternalTasksDtoSortingInner.SortOrderEnum>FetchExternalTasksDtoSortingInner.getSortOrder_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type FetchExternalTasksDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionvoidFetchExternalTasksDtoSortingInner.setSortOrder(FetchExternalTasksDtoSortingInner.SortOrderEnum sortOrder) FetchExternalTasksDtoSortingInner.sortOrder(FetchExternalTasksDtoSortingInner.SortOrderEnum sortOrder) Method parameters in org.camunda.community.rest.client.dto with type arguments of type FetchExternalTasksDtoSortingInner.SortOrderEnumModifier and TypeMethodDescriptionvoidFetchExternalTasksDtoSortingInner.setSortOrder_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<FetchExternalTasksDtoSortingInner.SortOrderEnum> sortOrder)