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