Uses of Class
io.dialob.api.form.ImmutableFormValidationError
Packages that use ImmutableFormValidationError
-
Uses of ImmutableFormValidationError in io.dialob.api.form
Methods in io.dialob.api.form that return ImmutableFormValidationErrorModifier and TypeMethodDescriptionImmutableFormValidationError.Builder.build()Builds a newImmutableFormValidationError.static ImmutableFormValidationErrorImmutableFormValidationError.copyOf(FormValidationError instance) Creates an immutable copy of aFormValidationErrorvalue.ImmutableFormValidationError.withEndIndex(int value) Copy the current immutable object by setting a present value for the optionalendIndexattribute.ImmutableFormValidationError.withEndIndex(Optional<Integer> optional) Copy the current immutable object by setting an optional value for theendIndexattribute.ImmutableFormValidationError.withExpression(String value) Copy the current immutable object by setting a present value for the optionalexpressionattribute.ImmutableFormValidationError.withExpression(Optional<String> optional) Copy the current immutable object by setting an optional value for theexpressionattribute.ImmutableFormValidationError.withIndex(int value) Copy the current immutable object by setting a present value for the optionalindexattribute.Copy the current immutable object by setting an optional value for theindexattribute.ImmutableFormValidationError.withItemId(String value) Copy the current immutable object by setting a value for theitemIdattribute.ImmutableFormValidationError.withLevel(FormValidationError.Level value) Copy the current immutable object by setting a value for thelevelattribute.ImmutableFormValidationError.withMessage(String value) Copy the current immutable object by setting a value for themessageattribute.ImmutableFormValidationError.withStartIndex(int value) Copy the current immutable object by setting a present value for the optionalstartIndexattribute.ImmutableFormValidationError.withStartIndex(Optional<Integer> optional) Copy the current immutable object by setting an optional value for thestartIndexattribute.ImmutableFormValidationError.withType(FormValidationError.Type value) Copy the current immutable object by setting a value for thetypeattribute.