Uses of Enum
io.camunda.client.protocol.rest.FlowNodeInstanceResult.TypeEnum
Packages that use FlowNodeInstanceResult.TypeEnum
-
Uses of FlowNodeInstanceResult.TypeEnum in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response with parameters of type FlowNodeInstanceResult.TypeEnumModifier and TypeMethodDescriptionstatic FlowNodeInstanceTypeFlowNodeInstanceType.fromProtocolType(FlowNodeInstanceResult.TypeEnum value) -
Uses of FlowNodeInstanceResult.TypeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return FlowNodeInstanceResult.TypeEnumModifier and TypeMethodDescriptionFlowNodeInstanceResult.getType()Type of flow node as defined set of values.Returns the enum constant of this type with the specified name.static FlowNodeInstanceResult.TypeEnum[]FlowNodeInstanceResult.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest with parameters of type FlowNodeInstanceResult.TypeEnumModifier and TypeMethodDescriptionvoidFlowNodeInstanceResult.setType(FlowNodeInstanceResult.TypeEnum type) FlowNodeInstanceResult.type(FlowNodeInstanceResult.TypeEnum type)