Uses of Class
io.dialob.session.engine.program.model.ImmutableError
Packages that use ImmutableError
-
Uses of ImmutableError in io.dialob.session.engine.program.model
Methods in io.dialob.session.engine.program.model that return ImmutableErrorModifier and TypeMethodDescriptionImmutableError.Builder.build()Builds a newImmutableError.static ImmutableErrorCreates an immutable copy of aErrorvalue.final ImmutableErrorCopy the current immutable object by setting a value for thecodeattribute.final ImmutableErrorImmutableError.withDisabledExpression(Expression value) Copy the current immutable object by setting a present value for the optionaldisabledExpressionattribute.final ImmutableErrorImmutableError.withDisabledExpression(Optional<? extends Expression> optional) Copy the current immutable object by setting an optional value for thedisabledExpressionattribute.final ImmutableErrorImmutableError.withIsPrototype(boolean value) Copy the current immutable object by setting a value for theisPrototypeattribute.final ImmutableErrorImmutableError.withItemId(ItemId value) Copy the current immutable object by setting a value for theitemIdattribute.final ImmutableErrorImmutableError.withLabel(Expression value) Copy the current immutable object by setting a value for thelabelattribute.final ImmutableErrorImmutableError.withValidationExpression(Expression value) Copy the current immutable object by setting a value for thevalidationExpressionattribute.