Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableCompensationSubscriptionRecordValue
Packages that use ImmutableCompensationSubscriptionRecordValue
-
Uses of ImmutableCompensationSubscriptionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableCompensationSubscriptionRecordValueModifier and TypeMethodDescriptionImmutableCompensationSubscriptionRecordValue.Builder.build()Builds a newImmutableCompensationSubscriptionRecordValue.ImmutableCompensationSubscriptionRecordValue.copyOf(CompensationSubscriptionRecordValue instance) Creates an immutable copy of aCompensationSubscriptionRecordValuevalue.ImmutableCompensationSubscriptionRecordValue.withCompensableActivityId(String value) Copy the current immutable object by setting a value for thecompensableActivityIdattribute.ImmutableCompensationSubscriptionRecordValue.withCompensableActivityInstanceKey(long value) Copy the current immutable object by setting a value for thecompensableActivityInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.withCompensableActivityScopeKey(long value) Copy the current immutable object by setting a value for thecompensableActivityScopeKeyattribute.ImmutableCompensationSubscriptionRecordValue.withCompensationHandlerId(String value) Copy the current immutable object by setting a value for thecompensationHandlerIdattribute.ImmutableCompensationSubscriptionRecordValue.withCompensationHandlerInstanceKey(long value) Copy the current immutable object by setting a value for thecompensationHandlerInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableCompensationSubscriptionRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableCompensationSubscriptionRecordValue.withThrowEventId(String value) Copy the current immutable object by setting a value for thethrowEventIdattribute.ImmutableCompensationSubscriptionRecordValue.withThrowEventInstanceKey(long value) Copy the current immutable object by setting a value for thethrowEventInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.