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