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