static ImmutableError.Builder |
ImmutableError.builder() |
|
ImmutableError.Builder |
ImmutableError.Builder.code(String code) |
Initializes the value for the code attribute.
|
ImmutableError.Builder |
ImmutableError.Builder.disabledExpression(Expression disabledExpression) |
|
ImmutableError.Builder |
ImmutableError.Builder.disabledExpression(Optional<? extends Expression> disabledExpression) |
|
ImmutableError.Builder |
ImmutableError.Builder.from(Error instance) |
Fill a builder with attribute values from the provided io.dialob.program.model.Error instance.
|
ImmutableError.Builder |
ImmutableError.Builder.from(StructuralNode instance) |
Fill a builder with attribute values from the provided io.dialob.program.model.StructuralNode instance.
|
ImmutableError.Builder |
ImmutableError.Builder.isPrototype(boolean isPrototype) |
|
ImmutableError.Builder |
ImmutableError.Builder.itemId(ItemId itemId) |
Initializes the value for the itemId attribute.
|
ImmutableError.Builder |
ImmutableError.Builder.label(Expression label) |
Initializes the value for the label attribute.
|
ImmutableError.Builder |
ImmutableError.Builder.validationExpression(Expression validationExpression) |
|