Uses of Class
io.camunda.zeebe.protocol.record.value.deployment.ImmutableDecisionRecordValue
Packages that use ImmutableDecisionRecordValue
-
Uses of ImmutableDecisionRecordValue in io.camunda.zeebe.protocol.record.value.deployment
Methods in io.camunda.zeebe.protocol.record.value.deployment that return ImmutableDecisionRecordValueModifier and TypeMethodDescriptionImmutableDecisionRecordValue.Builder.build()Builds a newImmutableDecisionRecordValue.static ImmutableDecisionRecordValueImmutableDecisionRecordValue.copyOf(DecisionRecordValue instance) Creates an immutable copy of aDecisionRecordValuevalue.ImmutableDecisionRecordValue.withDecisionId(String value) Copy the current immutable object by setting a value for thedecisionIdattribute.ImmutableDecisionRecordValue.withDecisionKey(long value) Copy the current immutable object by setting a value for thedecisionKeyattribute.ImmutableDecisionRecordValue.withDecisionName(String value) Copy the current immutable object by setting a value for thedecisionNameattribute.ImmutableDecisionRecordValue.withDecisionRequirementsId(String value) Copy the current immutable object by setting a value for thedecisionRequirementsIdattribute.ImmutableDecisionRecordValue.withDecisionRequirementsKey(long value) Copy the current immutable object by setting a value for thedecisionRequirementsKeyattribute.ImmutableDecisionRecordValue.withDeploymentKey(long value) Copy the current immutable object by setting a value for thedeploymentKeyattribute.ImmutableDecisionRecordValue.withDuplicate(boolean value) Copy the current immutable object by setting a value for theduplicateattribute.ImmutableDecisionRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableDecisionRecordValue.withVersion(int value) Copy the current immutable object by setting a value for theversionattribute.ImmutableDecisionRecordValue.withVersionTag(String value) Copy the current immutable object by setting a value for theversionTagattribute.