Uses of Enum
io.camunda.client.protocol.rest.RuntimeInstructionType
Packages that use RuntimeInstructionType
-
Uses of RuntimeInstructionType in io.camunda.client.protocol.rest
Fields in io.camunda.client.protocol.rest declared as RuntimeInstructionTypeModifier and TypeFieldDescriptionprotected RuntimeInstructionTypeProcessInstanceCreationRuntimeInstruction.typeMethods in io.camunda.client.protocol.rest that return RuntimeInstructionTypeModifier and TypeMethodDescriptionstatic RuntimeInstructionTypeProcessInstanceCreationRuntimeInstruction.getType()Get typestatic RuntimeInstructionTypeReturns the enum constant of this type with the specified name.static RuntimeInstructionType[]RuntimeInstructionType.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 RuntimeInstructionTypeModifier and TypeMethodDescriptionvoidProcessInstanceCreationRuntimeInstruction.setType(RuntimeInstructionType type) ProcessInstanceCreationRuntimeInstruction.type(RuntimeInstructionType type) ProcessInstanceCreationTerminateInstruction.type(RuntimeInstructionType type)