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