| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Field and Description |
|---|---|
private List<ValidationError> |
ValidationErrors.errors |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
ValidationErrors.getAllDeepValidationErrors()
Returns a List of all of the
ValidationError on this object and
all nested objects. |
List<ValidationError> |
ValidationErrors.getAllValidationErrors()
Returns a List of all of the
ValidationError objects at the
current nesting level. |
List<ValidationError> |
ValidationErrors.onField(String fieldName)
Returns a List of
ValidationError objects for the given field. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationErrors.addError(ValidationError error) |
Copyright © 2013-2018. All Rights Reserved.