Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMatchedRuleValue
Packages that use ImmutableMatchedRuleValue
-
Uses of ImmutableMatchedRuleValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMatchedRuleValueModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.build()Builds a newImmutableMatchedRuleValue.static ImmutableMatchedRuleValueImmutableMatchedRuleValue.copyOf(MatchedRuleValue instance) Creates an immutable copy of aMatchedRuleValuevalue.ImmutableMatchedRuleValue.withEvaluatedOutputs(EvaluatedOutputValue... elements) Copy the current immutable object with elements that replace the content ofevaluatedOutputs.ImmutableMatchedRuleValue.withEvaluatedOutputs(Iterable<? extends EvaluatedOutputValue> elements) Copy the current immutable object with elements that replace the content ofevaluatedOutputs.ImmutableMatchedRuleValue.withRuleId(String value) Copy the current immutable object by setting a value for theruleIdattribute.ImmutableMatchedRuleValue.withRuleIndex(int value) Copy the current immutable object by setting a value for theruleIndexattribute.