| Package | Description |
|---|---|
| com.braintreegateway | |
| com.braintreegateway.util |
| Modifier and Type | Field and Description |
|---|---|
private ValidationErrors |
WebhookNotification.errors |
private ValidationErrors |
Result.errors |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ValidationErrors> |
ValidationErrors.nestedErrors |
| Modifier and Type | Method and Description |
|---|---|
ValidationErrors |
ValidationErrors.forIndex(int index) |
ValidationErrors |
ValidationErrors.forObject(String objectName)
Returns a
ValidationErrors representing nested errors for the
given ojbectName. |
ValidationErrors |
WebhookNotification.getErrors() |
ValidationErrors |
Result.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationErrors.addErrors(String objectName,
ValidationErrors errors) |
| Constructor and Description |
|---|
Result(ValidationErrors errors) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationErrors |
GraphQLClient.getErrors(Map<String,Object> response) |
Copyright © 2013-2018. All Rights Reserved.