Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableTimerRecordValue
Packages that use ImmutableTimerRecordValue
-
Uses of ImmutableTimerRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableTimerRecordValueModifier and TypeMethodDescriptionImmutableTimerRecordValue.Builder.build()Builds a newImmutableTimerRecordValue.static ImmutableTimerRecordValueImmutableTimerRecordValue.copyOf(TimerRecordValue instance) Creates an immutable copy of aTimerRecordValuevalue.ImmutableTimerRecordValue.withDueDate(long value) Copy the current immutable object by setting a value for thedueDateattribute.ImmutableTimerRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableTimerRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableTimerRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableTimerRecordValue.withRepetitions(int value) Copy the current immutable object by setting a value for therepetitionsattribute.ImmutableTimerRecordValue.withTargetElementId(String value) Copy the current immutable object by setting a value for thetargetElementIdattribute.ImmutableTimerRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.