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