Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableUserTaskRecordValue
Packages that use ImmutableUserTaskRecordValue
-
Uses of ImmutableUserTaskRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableUserTaskRecordValueModifier and TypeMethodDescriptionImmutableUserTaskRecordValue.Builder.build()Builds a newImmutableUserTaskRecordValue.static ImmutableUserTaskRecordValueImmutableUserTaskRecordValue.copyOf(UserTaskRecordValue instance) Creates an immutable copy of aUserTaskRecordValuevalue.ImmutableUserTaskRecordValue.withAction(String value) Copy the current immutable object by setting a value for theactionattribute.ImmutableUserTaskRecordValue.withAssignee(String value) Copy the current immutable object by setting a value for theassigneeattribute.ImmutableUserTaskRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableUserTaskRecordValue.withCandidateGroupsList(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofcandidateGroupsList.ImmutableUserTaskRecordValue.withCandidateGroupsList(String... elements) Copy the current immutable object with elements that replace the content ofcandidateGroupsList.ImmutableUserTaskRecordValue.withCandidateUsersList(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofcandidateUsersList.ImmutableUserTaskRecordValue.withCandidateUsersList(String... elements) Copy the current immutable object with elements that replace the content ofcandidateUsersList.ImmutableUserTaskRecordValue.withChangedAttributes(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofchangedAttributes.ImmutableUserTaskRecordValue.withChangedAttributes(String... elements) Copy the current immutable object with elements that replace the content ofchangedAttributes.ImmutableUserTaskRecordValue.withCreationTimestamp(long value) Copy the current immutable object by setting a value for thecreationTimestampattribute.ImmutableUserTaskRecordValue.withCustomHeaders(Map<String, ? extends String> entries) Copy the current immutable object by replacing thecustomHeadersmap with the specified map.ImmutableUserTaskRecordValue.withDueDate(String value) Copy the current immutable object by setting a value for thedueDateattribute.ImmutableUserTaskRecordValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableUserTaskRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableUserTaskRecordValue.withExternalFormReference(String value) Copy the current immutable object by setting a value for theexternalFormReferenceattribute.ImmutableUserTaskRecordValue.withFollowUpDate(String value) Copy the current immutable object by setting a value for thefollowUpDateattribute.ImmutableUserTaskRecordValue.withFormKey(long value) Copy the current immutable object by setting a value for theformKeyattribute.ImmutableUserTaskRecordValue.withPriority(int value) Copy the current immutable object by setting a value for thepriorityattribute.ImmutableUserTaskRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableUserTaskRecordValue.withProcessDefinitionVersion(int value) Copy the current immutable object by setting a value for theprocessDefinitionVersionattribute.ImmutableUserTaskRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableUserTaskRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableUserTaskRecordValue.withUserTaskKey(long value) Copy the current immutable object by setting a value for theuserTaskKeyattribute.ImmutableUserTaskRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.