Uses of Interface
io.dialob.api.form.FormValidationError
Packages that use FormValidationError
-
Uses of FormValidationError in io.dialob.api.form
Classes in io.dialob.api.form that implement FormValidationErrorMethods in io.dialob.api.form that return types with arguments of type FormValidationErrorModifier and TypeMethodDescriptionFormPutResponse.getErrors()ImmutableFormPutResponse.getErrors()Methods in io.dialob.api.form with parameters of type FormValidationErrorModifier and TypeMethodDescriptionImmutableFormPutResponse.Builder.addErrors(FormValidationError element) Adds one element toerrorslist.ImmutableFormPutResponse.Builder.addErrors(FormValidationError... elements) Adds elements toerrorslist.static ImmutableFormValidationErrorImmutableFormValidationError.copyOf(FormValidationError instance) Creates an immutable copy of aFormValidationErrorvalue.ImmutableFormValidationError.Builder.from(FormValidationError instance) Fill a builder with attribute values from the providedFormValidationErrorinstance.final ImmutableFormPutResponseImmutableFormPutResponse.withErrors(FormValidationError... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in io.dialob.api.form with type arguments of type FormValidationErrorModifier and TypeMethodDescriptionImmutableFormPutResponse.Builder.addAllErrors(Iterable<? extends FormValidationError> elements) Adds elements toerrorslist.ImmutableFormPutResponse.Builder.errors(Iterable<? extends FormValidationError> elements) Sets or replaces all elements forerrorslist.final ImmutableFormPutResponseImmutableFormPutResponse.withErrors(Iterable<? extends FormValidationError> elements) Copy the current immutable object with elements that replace the content oferrors.