Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEvaluatedOutputValue.Builder
Packages that use ImmutableEvaluatedOutputValue.Builder
-
Uses of ImmutableEvaluatedOutputValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEvaluatedOutputValue.BuilderModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.addEvaluatedOutputBuilder()Adds a new builder to theevaluatedOutputslist and returns the builder.ImmutableEvaluatedOutputValue.builder()Creates a builder forImmutableEvaluatedOutputValue.ImmutableEvaluatedOutputValue.Builder.clear()Clear the builder to the initial state.ImmutableEvaluatedOutputValue.Builder.from(EvaluatedOutputValue instance) Fill a builder with attribute values from the providedEvaluatedOutputValueinstance.ImmutableEvaluatedOutputValue.Builder.withOutputId(String outputId) Initializes the value for theoutputIdattribute.ImmutableEvaluatedOutputValue.Builder.withOutputName(String outputName) Initializes the value for theoutputNameattribute.ImmutableEvaluatedOutputValue.Builder.withOutputValue(String outputValue) Initializes the value for theoutputValueattribute.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableEvaluatedOutputValue.BuilderModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.evaluatedOutputBuilders()Gets the builder elements toevaluatedOutputslist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableEvaluatedOutputValue.BuilderModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.addAllEvaluatedOutputBuilders(ImmutableEvaluatedOutputValue.Builder... elements) Adds elements toevaluatedOutputslist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableEvaluatedOutputValue.BuilderModifier and TypeMethodDescriptionImmutableMatchedRuleValue.Builder.addAllEvaluatedOutputBuilders(Iterable<ImmutableEvaluatedOutputValue.Builder> elements) Adds elements toevaluatedOutputslist.