Uses of Enum
io.camunda.client.api.search.enums.AgentInstanceHistoryRole
Packages that use AgentInstanceHistoryRole
Package
Description
-
Uses of AgentInstanceHistoryRole in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionCreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep3.role(AgentInstanceHistoryRole role) Sets the role of this history item in the conversation. -
Uses of AgentInstanceHistoryRole in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return AgentInstanceHistoryRoleModifier and TypeMethodDescriptionstatic AgentInstanceHistoryRoleReturns the enum constant of this type with the specified name.static AgentInstanceHistoryRole[]AgentInstanceHistoryRole.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgentInstanceHistoryRole in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionAgentInstanceHistoryFilter.role(AgentInstanceHistoryRole value) -
Uses of AgentInstanceHistoryRole in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return AgentInstanceHistoryRole -
Uses of AgentInstanceHistoryRole in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionCreateAgentHistoryItemCommandImpl.role(AgentInstanceHistoryRole role) -
Uses of AgentInstanceHistoryRole in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionAgentInstanceHistoryFilterImpl.role(AgentInstanceHistoryRole value) -
Uses of AgentInstanceHistoryRole in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionAgentInstanceHistoryRolePropertyImpl.eq(AgentInstanceHistoryRole value) AgentInstanceHistoryRolePropertyImpl.in(AgentInstanceHistoryRole... values) AgentInstanceHistoryRolePropertyImpl.neq(AgentInstanceHistoryRole value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type AgentInstanceHistoryRoleModifier and TypeMethodDescriptionAgentInstanceHistoryRolePropertyImpl.in(List<AgentInstanceHistoryRole> values) -
Uses of AgentInstanceHistoryRole in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return AgentInstanceHistoryRole