Uses of Enum
io.camunda.zeebe.protocol.record.value.BpmnEventType
Packages that use BpmnEventType
-
Uses of BpmnEventType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return BpmnEventTypeModifier and TypeMethodDescriptionstatic BpmnEventTypeBpmnEventType.bpmnEventTypeFor(String eventTypeName) ImmutableProcessInstanceRecordValue.getBpmnEventType()ProcessInstanceRecordValue.getBpmnEventType()static BpmnEventTypeReturns the enum constant of this type with the specified name.static BpmnEventType[]BpmnEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record.value with parameters of type BpmnEventTypeModifier and TypeMethodDescriptionImmutableProcessInstanceRecordValue.Builder.withBpmnEventType(BpmnEventType bpmnEventType) Initializes the value for thebpmnEventTypeattribute.ImmutableProcessInstanceRecordValue.withBpmnEventType(BpmnEventType value) Copy the current immutable object by setting a value for thebpmnEventTypeattribute.