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