Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEvaluatedInputValue
Packages that use ImmutableEvaluatedInputValue
-
Uses of ImmutableEvaluatedInputValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEvaluatedInputValueModifier and TypeMethodDescriptionImmutableEvaluatedInputValue.Builder.build()Builds a newImmutableEvaluatedInputValue.static ImmutableEvaluatedInputValueImmutableEvaluatedInputValue.copyOf(EvaluatedInputValue instance) Creates an immutable copy of aEvaluatedInputValuevalue.ImmutableEvaluatedInputValue.withInputId(String value) Copy the current immutable object by setting a value for theinputIdattribute.ImmutableEvaluatedInputValue.withInputName(String value) Copy the current immutable object by setting a value for theinputNameattribute.ImmutableEvaluatedInputValue.withInputValue(String value) Copy the current immutable object by setting a value for theinputValueattribute.