Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEvaluatedDecisionValue
Packages that use ImmutableEvaluatedDecisionValue
-
Uses of ImmutableEvaluatedDecisionValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEvaluatedDecisionValueModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.build()Builds a newImmutableEvaluatedDecisionValue.ImmutableEvaluatedDecisionValue.copyOf(EvaluatedDecisionValue instance) Creates an immutable copy of aEvaluatedDecisionValuevalue.ImmutableEvaluatedDecisionValue.withDecisionId(String value) Copy the current immutable object by setting a value for thedecisionIdattribute.ImmutableEvaluatedDecisionValue.withDecisionKey(long value) Copy the current immutable object by setting a value for thedecisionKeyattribute.ImmutableEvaluatedDecisionValue.withDecisionName(String value) Copy the current immutable object by setting a value for thedecisionNameattribute.ImmutableEvaluatedDecisionValue.withDecisionOutput(String value) Copy the current immutable object by setting a value for thedecisionOutputattribute.ImmutableEvaluatedDecisionValue.withDecisionType(String value) Copy the current immutable object by setting a value for thedecisionTypeattribute.ImmutableEvaluatedDecisionValue.withDecisionVersion(int value) Copy the current immutable object by setting a value for thedecisionVersionattribute.ImmutableEvaluatedDecisionValue.withEvaluatedInputs(EvaluatedInputValue... elements) Copy the current immutable object with elements that replace the content ofevaluatedInputs.ImmutableEvaluatedDecisionValue.withEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Copy the current immutable object with elements that replace the content ofevaluatedInputs.ImmutableEvaluatedDecisionValue.withMatchedRules(MatchedRuleValue... elements) Copy the current immutable object with elements that replace the content ofmatchedRules.ImmutableEvaluatedDecisionValue.withMatchedRules(Iterable<? extends MatchedRuleValue> elements) Copy the current immutable object with elements that replace the content ofmatchedRules.ImmutableEvaluatedDecisionValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.