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