ImmutableFormValidationError |
ImmutableFormValidationError.Builder.build() |
|
static ImmutableFormValidationError |
ImmutableFormValidationError.copyOf(FormValidationError instance) |
|
ImmutableFormValidationError |
ImmutableFormValidationError.withEndIndex(int value) |
Copy the current immutable object by setting a present value for the optional endIndex attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withEndIndex(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the endIndex attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withExpression(String value) |
Copy the current immutable object by setting a present value for the optional expression attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withExpression(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the expression attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withIndex(int value) |
Copy the current immutable object by setting a present value for the optional index attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withIndex(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the index attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withItemId(String value) |
Copy the current immutable object by setting a value for the itemId attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withLevel(FormValidationError.Level value) |
Copy the current immutable object by setting a value for the level attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withMessage(String value) |
Copy the current immutable object by setting a value for the message attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withStartIndex(int value) |
Copy the current immutable object by setting a present value for the optional startIndex attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withStartIndex(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the startIndex attribute.
|
ImmutableFormValidationError |
ImmutableFormValidationError.withType(FormValidationError.Type value) |
Copy the current immutable object by setting a value for the type attribute.
|