Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEvaluatedInputValue.Builder
Packages that use ImmutableEvaluatedInputValue.Builder
-
Uses of ImmutableEvaluatedInputValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEvaluatedInputValue.BuilderModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addEvaluatedInputBuilder()Adds a new builder to theevaluatedInputslist and returns the builder.ImmutableEvaluatedInputValue.builder()Creates a builder forImmutableEvaluatedInputValue.ImmutableEvaluatedInputValue.Builder.clear()Clear the builder to the initial state.ImmutableEvaluatedInputValue.Builder.from(EvaluatedInputValue instance) Fill a builder with attribute values from the providedEvaluatedInputValueinstance.ImmutableEvaluatedInputValue.Builder.withInputId(String inputId) Initializes the value for theinputIdattribute.ImmutableEvaluatedInputValue.Builder.withInputName(String inputName) Initializes the value for theinputNameattribute.ImmutableEvaluatedInputValue.Builder.withInputValue(String inputValue) Initializes the value for theinputValueattribute.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ImmutableEvaluatedInputValue.BuilderModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.evaluatedInputBuilders()Gets the builder elements toevaluatedInputslist.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableEvaluatedInputValue.BuilderModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputBuilders(ImmutableEvaluatedInputValue.Builder... elements) Adds elements toevaluatedInputslist.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ImmutableEvaluatedInputValue.BuilderModifier and TypeMethodDescriptionImmutableEvaluatedDecisionValue.Builder.addAllEvaluatedInputBuilders(Iterable<ImmutableEvaluatedInputValue.Builder> elements) Adds elements toevaluatedInputslist.