Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableCompensationSubscriptionRecordValue.Builder
Packages that use ImmutableCompensationSubscriptionRecordValue.Builder
-
Uses of ImmutableCompensationSubscriptionRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableCompensationSubscriptionRecordValue.BuilderModifier and TypeMethodDescriptionImmutableCompensationSubscriptionRecordValue.builder()Creates a builder forImmutableCompensationSubscriptionRecordValue.ImmutableCompensationSubscriptionRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableCompensationSubscriptionRecordValue.Builder.from(CompensationSubscriptionRecordValue instance) Fill a builder with attribute values from the providedCompensationSubscriptionRecordValueinstance.ImmutableCompensationSubscriptionRecordValue.Builder.putAllVariables(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tovariablesmap.ImmutableCompensationSubscriptionRecordValue.Builder.putVariable(String key, Object value) Put one entry to thevariablesmap.ImmutableCompensationSubscriptionRecordValue.Builder.putVariable(Map.Entry<String, ? extends Object> entry) Put one entry to thevariablesmap.ImmutableCompensationSubscriptionRecordValue.Builder.withCompensableActivityId(String compensableActivityId) Initializes the value for thecompensableActivityIdattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withCompensableActivityInstanceKey(long compensableActivityInstanceKey) Initializes the value for thecompensableActivityInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withCompensableActivityScopeKey(long compensableActivityScopeKey) Initializes the value for thecompensableActivityScopeKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withCompensationHandlerId(String compensationHandlerId) Initializes the value for thecompensationHandlerIdattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withCompensationHandlerInstanceKey(long compensationHandlerInstanceKey) Initializes the value for thecompensationHandlerInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withProcessDefinitionKey(long processDefinitionKey) Initializes the value for theprocessDefinitionKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withThrowEventId(String throwEventId) Initializes the value for thethrowEventIdattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withThrowEventInstanceKey(long throwEventInstanceKey) Initializes the value for thethrowEventInstanceKeyattribute.ImmutableCompensationSubscriptionRecordValue.Builder.withVariables(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thevariablesmap.