Uses of Enum
io.camunda.client.protocol.rest.AgentInstanceHistoryRoleEnum
Packages that use AgentInstanceHistoryRoleEnum
-
Uses of AgentInstanceHistoryRoleEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AgentInstanceHistoryRoleEnumModifier and TypeMethodDescriptionstatic AgentInstanceHistoryRoleEnumAdvancedAgentInstanceHistoryRoleFilter.get$Eq()Checks for equality with the provided value.AgentInstanceHistoryRoleFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedAgentInstanceHistoryRoleFilter.get$Neq()Checks for inequality with the provided value.AgentInstanceHistoryRoleFilterProperty.get$Neq()Checks for inequality with the provided value.AgentInstanceHistoryItemRequest.getRole()The role of this history item in the conversation.AgentInstanceHistoryItemResult.getRole()The role of this history item in the conversation.static AgentInstanceHistoryRoleEnumReturns the enum constant of this type with the specified name.static AgentInstanceHistoryRoleEnum[]AgentInstanceHistoryRoleEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest that return types with arguments of type AgentInstanceHistoryRoleEnumModifier and TypeMethodDescriptionAdvancedAgentInstanceHistoryRoleFilter.get$In()Checks if the property matches any of the provided values.AgentInstanceHistoryRoleFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type AgentInstanceHistoryRoleEnumModifier and TypeMethodDescriptionAdvancedAgentInstanceHistoryRoleFilter.$eq(AgentInstanceHistoryRoleEnum $eq) AgentInstanceHistoryRoleFilterProperty.$eq(AgentInstanceHistoryRoleEnum $eq) AdvancedAgentInstanceHistoryRoleFilter.$neq(AgentInstanceHistoryRoleEnum $neq) AgentInstanceHistoryRoleFilterProperty.$neq(AgentInstanceHistoryRoleEnum $neq) AdvancedAgentInstanceHistoryRoleFilter.add$InItem(AgentInstanceHistoryRoleEnum $inItem) AgentInstanceHistoryRoleFilterProperty.add$InItem(AgentInstanceHistoryRoleEnum $inItem) AgentInstanceHistoryItemRequest.role(AgentInstanceHistoryRoleEnum role) AgentInstanceHistoryItemResult.role(AgentInstanceHistoryRoleEnum role) voidAdvancedAgentInstanceHistoryRoleFilter.set$Eq(AgentInstanceHistoryRoleEnum $eq) voidAgentInstanceHistoryRoleFilterProperty.set$Eq(AgentInstanceHistoryRoleEnum $eq) voidAdvancedAgentInstanceHistoryRoleFilter.set$Neq(AgentInstanceHistoryRoleEnum $neq) voidAgentInstanceHistoryRoleFilterProperty.set$Neq(AgentInstanceHistoryRoleEnum $neq) voidAgentInstanceHistoryItemRequest.setRole(AgentInstanceHistoryRoleEnum role) voidAgentInstanceHistoryItemResult.setRole(AgentInstanceHistoryRoleEnum role) Method parameters in io.camunda.client.protocol.rest with type arguments of type AgentInstanceHistoryRoleEnumModifier and TypeMethodDescriptionAdvancedAgentInstanceHistoryRoleFilter.$in(List<AgentInstanceHistoryRoleEnum> $in) AgentInstanceHistoryRoleFilterProperty.$in(List<AgentInstanceHistoryRoleEnum> $in) voidAdvancedAgentInstanceHistoryRoleFilter.set$In(List<AgentInstanceHistoryRoleEnum> $in) voidAgentInstanceHistoryRoleFilterProperty.set$In(List<AgentInstanceHistoryRoleEnum> $in)