| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
List<FieldValidationErrorsElement> |
XeroMethodNotAllowedException.getFieldValidationErrorsElements()
Array of Assets Errors Array
|
List<FieldValidationErrorsElement> |
XeroBadRequestException.getFieldValidationErrorsElements()
Array of Assets Errors Array
|
| Modifier and Type | Method and Description |
|---|---|
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.addFieldValidationErrorsElement(FieldValidationErrorsElement element) |
XeroBadRequestException |
XeroBadRequestException.addFieldValidationErrorsElement(FieldValidationErrorsElement element) |
| Modifier and Type | Method and Description |
|---|---|
XeroMethodNotAllowedException |
XeroMethodNotAllowedException.fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements) |
XeroBadRequestException |
XeroBadRequestException.fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements) |
void |
XeroMethodNotAllowedException.setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements) |
void |
XeroBadRequestException.setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements) |
| Modifier and Type | Method and Description |
|---|---|
FieldValidationErrorsElement |
FieldValidationErrorsElement.detail(String detail) |
FieldValidationErrorsElement |
FieldValidationErrorsElement.fieldName(String fieldName) |
FieldValidationErrorsElement |
FieldValidationErrorsElement.localisedMessage(String localisedMessage) |
FieldValidationErrorsElement |
FieldValidationErrorsElement.title(String title) |
FieldValidationErrorsElement |
FieldValidationErrorsElement.type(String type) |
FieldValidationErrorsElement |
FieldValidationErrorsElement.valueProvided(String valueProvided) |
| Modifier and Type | Method and Description |
|---|---|
List<FieldValidationErrorsElement> |
Error.getFieldValidationErrors()
Array of elements of field validation errors
|
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.addFieldValidationErrorsItem(FieldValidationErrorsElement fieldValidationErrorsItem) |
| Modifier and Type | Method and Description |
|---|---|
Error |
Error.fieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors) |
void |
Error.setFieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors) |
Copyright © 2020. All rights reserved.