Uses of Interface
io.dialob.api.form.FormValidationError
-
Packages that use FormValidationError Package Description io.dialob.api.form -
-
Uses of FormValidationError in io.dialob.api.form
Classes in io.dialob.api.form that implement FormValidationError Modifier and Type Class Description classImmutableFormValidationErrorImmutable implementation ofFormValidationError.Methods in io.dialob.api.form that return types with arguments of type FormValidationError Modifier and Type Method Description List<FormValidationError>FormPutResponse. getErrors()List<FormValidationError>ImmutableFormPutResponse. getErrors()Methods in io.dialob.api.form with parameters of type FormValidationError Modifier and Type Method Description ImmutableFormPutResponse.BuilderImmutableFormPutResponse.Builder. addErrors(FormValidationError element)Adds one element toerrorslist.ImmutableFormPutResponse.BuilderImmutableFormPutResponse.Builder. addErrors(FormValidationError... elements)Adds elements toerrorslist.static ImmutableFormValidationErrorImmutableFormValidationError. copyOf(FormValidationError instance)Creates an immutable copy of aFormValidationErrorvalue.ImmutableFormValidationError.BuilderImmutableFormValidationError.Builder. from(FormValidationError instance)Fill a builder with attribute values from the providedFormValidationErrorinstance.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 FormValidationError Modifier and Type Method Description ImmutableFormPutResponse.BuilderImmutableFormPutResponse.Builder. addAllErrors(Iterable<? extends FormValidationError> elements)Adds elements toerrorslist.ImmutableFormPutResponse.BuilderImmutableFormPutResponse.Builder. errors(Iterable<? extends FormValidationError> elements)Sets or replaces all elements forerrorslist.ImmutableFormPutResponseImmutableFormPutResponse. withErrors(Iterable<? extends FormValidationError> elements)Copy the current immutable object with elements that replace the content oferrors.
-