Uses of Enum
io.camunda.client.api.search.enums.MessageSubscriptionState
Packages that use MessageSubscriptionState
Package
Description
-
Uses of MessageSubscriptionState in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return MessageSubscriptionStateModifier and TypeMethodDescriptionstatic MessageSubscriptionStateReturns the enum constant of this type with the specified name.static MessageSubscriptionState[]MessageSubscriptionState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageSubscriptionState in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type MessageSubscriptionStateModifier and TypeMethodDescriptionMessageSubscriptionFilter.messageSubscriptionState(MessageSubscriptionState messageSubscriptionState) Filter by message subscription state. -
Uses of MessageSubscriptionState in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return MessageSubscriptionState -
Uses of MessageSubscriptionState in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type MessageSubscriptionStateModifier and TypeMethodDescriptionMessageSubscriptionFilterImpl.messageSubscriptionState(MessageSubscriptionState messageSubscriptionState) -
Uses of MessageSubscriptionState in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type MessageSubscriptionStateModifier and TypeMethodDescriptionMessageSubscriptionStatePropertyImpl.eq(MessageSubscriptionState value) MessageSubscriptionStatePropertyImpl.in(MessageSubscriptionState... values) MessageSubscriptionStatePropertyImpl.neq(MessageSubscriptionState value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type MessageSubscriptionStateModifier and TypeMethodDescriptionMessageSubscriptionStatePropertyImpl.in(List<MessageSubscriptionState> values) -
Uses of MessageSubscriptionState in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return MessageSubscriptionState