Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEvaluatedDecisionValue.Builder
Packages that use ImmutableEvaluatedDecisionValue.Builder
-
Uses of ImmutableEvaluatedDecisionValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEvaluatedDecisionValue.BuilderModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputBuilders(ImmutableEvaluatedInputValue.Builder... elements) Adds elements toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputBuilders(Iterable<ImmutableEvaluatedInputValue.Builder> elements) Adds elements toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Adds elements toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addAllMatchedRuleBuilders(ImmutableMatchedRuleValue.Builder... elements) Adds elements tomatchedRuleslist.ImmutableEvaluatedDecisionValue.Builder.addAllMatchedRuleBuilders(Iterable<ImmutableMatchedRuleValue.Builder> elements) Adds elements tomatchedRuleslist.ImmutableEvaluatedDecisionValue.Builder.addAllMatchedRules(Iterable<? extends MatchedRuleValue> elements) Adds elements tomatchedRuleslist.ImmutableDecisionEvaluationRecordValue.Builder.addEvaluatedDecisionBuilder()Adds a new builder to theevaluatedDecisionslist and returns the builder.ImmutableEvaluatedDecisionValue.Builder.addEvaluatedInput(EvaluatedInputValue element) Adds one element toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addEvaluatedInputs(EvaluatedInputValue... elements) Adds elements toevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.addMatchedRule(MatchedRuleValue element) Adds one element tomatchedRuleslist.ImmutableEvaluatedDecisionValue.Builder.addMatchedRules(MatchedRuleValue... elements) Adds elements tomatchedRuleslist.ImmutableEvaluatedDecisionValue.builder()Creates a builder forImmutableEvaluatedDecisionValue.ImmutableEvaluatedDecisionValue.Builder.clear()Clear the builder to the initial state.ImmutableEvaluatedDecisionValue.Builder.from(EvaluatedDecisionValue instance) Fill a builder with attribute values from the providedEvaluatedDecisionValueinstance.ImmutableEvaluatedDecisionValue.Builder.withDecisionId(String decisionId) Initializes the value for thedecisionIdattribute.ImmutableEvaluatedDecisionValue.Builder.withDecisionKey(long decisionKey) Initializes the value for thedecisionKeyattribute.ImmutableEvaluatedDecisionValue.Builder.withDecisionName(String decisionName) Initializes the value for thedecisionNameattribute.ImmutableEvaluatedDecisionValue.Builder.withDecisionOutput(String decisionOutput) Initializes the value for thedecisionOutputattribute.ImmutableEvaluatedDecisionValue.Builder.withDecisionType(String decisionType) Initializes the value for thedecisionTypeattribute.ImmutableEvaluatedDecisionValue.Builder.withDecisionVersion(int decisionVersion) Initializes the value for thedecisionVersionattribute.ImmutableEvaluatedDecisionValue.Builder.withEvaluatedInputs(Iterable<? extends EvaluatedInputValue> elements) Sets or replaces all elements forevaluatedInputslist.ImmutableEvaluatedDecisionValue.Builder.withMatchedRules(Iterable<? extends MatchedRuleValue> elements) Sets or replaces all elements formatchedRuleslist.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableEvaluatedDecisionValue.BuilderModifier and TypeMethodDescriptionImmutableDecisionEvaluationRecordValue.Builder.evaluatedDecisionBuilders()Gets the builder elements toevaluatedDecisionslist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableEvaluatedDecisionValue.BuilderModifier and TypeMethodDescriptionImmutableDecisionEvaluationRecordValue.Builder.addAllEvaluatedDecisionBuilders(ImmutableEvaluatedDecisionValue.Builder... elements) Adds elements toevaluatedDecisionslist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableEvaluatedDecisionValue.BuilderModifier and TypeMethodDescriptionImmutableDecisionEvaluationRecordValue.Builder.addAllEvaluatedDecisionBuilders(Iterable<ImmutableEvaluatedDecisionValue.Builder> elements) Adds elements toevaluatedDecisionslist.