Uses of Enum
org.camunda.community.rest.client.dto.EventSubscriptionQueryDto.EventTypeEnum
Packages that use EventSubscriptionQueryDto.EventTypeEnum
-
Uses of EventSubscriptionQueryDto.EventTypeEnum in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return EventSubscriptionQueryDto.EventTypeEnumModifier and TypeMethodDescriptionEventSubscriptionQueryDto.getEventType()The type of the event subscription.Returns the enum constant of this type with the specified name.EventSubscriptionQueryDto.EventTypeEnum.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 EventSubscriptionQueryDto.EventTypeEnumModifier and TypeMethodDescriptionorg.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum>EventSubscriptionQueryDto.getEventType_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type EventSubscriptionQueryDto.EventTypeEnumModifier and TypeMethodDescriptionEventSubscriptionQueryDto.eventType(EventSubscriptionQueryDto.EventTypeEnum eventType) voidEventSubscriptionQueryDto.setEventType(EventSubscriptionQueryDto.EventTypeEnum eventType) Method parameters in org.camunda.community.rest.client.dto with type arguments of type EventSubscriptionQueryDto.EventTypeEnumModifier and TypeMethodDescriptionvoidEventSubscriptionQueryDto.setEventType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<EventSubscriptionQueryDto.EventTypeEnum> eventType)