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