Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableJobRecordValue
Packages that use ImmutableJobRecordValue
-
Uses of ImmutableJobRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableJobRecordValueModifier and TypeMethodDescriptionImmutableJobRecordValue.Builder.build()Builds a newImmutableJobRecordValue.static ImmutableJobRecordValueImmutableJobRecordValue.copyOf(JobRecordValue instance) Creates an immutable copy of aJobRecordValuevalue.final ImmutableJobRecordValueImmutableJobRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withChangedAttributes(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofchangedAttributes.final ImmutableJobRecordValueImmutableJobRecordValue.withChangedAttributes(String... elements) Copy the current immutable object with elements that replace the content ofchangedAttributes.final ImmutableJobRecordValueImmutableJobRecordValue.withCustomHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thecustomHeadersmap with the specified map.final ImmutableJobRecordValueImmutableJobRecordValue.withDeadline(long value) Copy the current immutable object by setting a value for thedeadlineattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withErrorCode(String value) Copy the current immutable object by setting a value for theerrorCodeattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withErrorMessage(String value) Copy the current immutable object by setting a value for theerrorMessageattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withJobKind(JobKind value) Copy the current immutable object by setting a value for thejobKindattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withJobListenerEventType(JobListenerEventType value) Copy the current immutable object by setting a value for thejobListenerEventTypeattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withProcessDefinitionVersion(int value) Copy the current immutable object by setting a value for theprocessDefinitionVersionattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withRecurringTime(long value) Copy the current immutable object by setting a value for therecurringTimeattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withRetries(int value) Copy the current immutable object by setting a value for theretriesattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withRetryBackoff(long value) Copy the current immutable object by setting a value for theretryBackoffattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withTimeout(long value) Copy the current immutable object by setting a value for thetimeoutattribute.final ImmutableJobRecordValueCopy the current immutable object by setting a value for thetypeattribute.final ImmutableJobRecordValueImmutableJobRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.final ImmutableJobRecordValueImmutableJobRecordValue.withWorker(String value) Copy the current immutable object by setting a value for theworkerattribute.