Uses of Class
com.xero.models.assets.FieldValidationErrorsElement
-
Packages that use FieldValidationErrorsElement Package Description com.xero.api com.xero.models.assets -
-
Uses of FieldValidationErrorsElement in com.xero.api
Methods in com.xero.api that return types with arguments of type FieldValidationErrorsElement Modifier and Type Method Description List<FieldValidationErrorsElement>XeroBadRequestException. getFieldValidationErrorsElements()Array of Assets Errors ArrayList<FieldValidationErrorsElement>XeroConflictException. getFieldValidationErrorsElements()Array of Assets Errors ArrayList<FieldValidationErrorsElement>XeroMethodNotAllowedException. getFieldValidationErrorsElements()Array of Assets Errors ArrayMethods in com.xero.api with parameters of type FieldValidationErrorsElement Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. addFieldValidationErrorsElement(FieldValidationErrorsElement element)Add Assets Field Validation ErrorsXeroConflictExceptionXeroConflictException. addFieldValidationErrorsElement(FieldValidationErrorsElement element)Add Assets Field Validation ErrorsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. addFieldValidationErrorsElement(FieldValidationErrorsElement element)XeroMethodNotAllowedExceptionMethod parameters in com.xero.api with type arguments of type FieldValidationErrorsElement Modifier and Type Method Description XeroBadRequestExceptionXeroBadRequestException. fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)Init Assets Field Validation ErrorsXeroConflictExceptionXeroConflictException. fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)Init Assets Field Validation ErrorsXeroMethodNotAllowedExceptionXeroMethodNotAllowedException. fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)XeroMethodNotAllowedExceptionvoidXeroBadRequestException. setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)Set Assets Field Validation ErrorsvoidXeroConflictException. setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)Set Assets Field Validation ErrorsvoidXeroMethodNotAllowedException. setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)XeroMethodNotAllowedException -
Uses of FieldValidationErrorsElement in com.xero.models.assets
Methods in com.xero.models.assets that return FieldValidationErrorsElement Modifier and Type Method Description FieldValidationErrorsElementFieldValidationErrorsElement. detail(String detail)Detail of the field validation errorFieldValidationErrorsElementFieldValidationErrorsElement. fieldName(String fieldName)The field name of the erroneous fieldFieldValidationErrorsElementFieldValidationErrorsElement. localisedMessage(String localisedMessage)Explanation of the field validation errorFieldValidationErrorsElementFieldValidationErrorsElement. title(String title)Title of the field validation errorFieldValidationErrorsElementFieldValidationErrorsElement. type(String type)Internal type of the field validation error messageFieldValidationErrorsElementFieldValidationErrorsElement. valueProvided(String valueProvided)The provided valueMethods in com.xero.models.assets that return types with arguments of type FieldValidationErrorsElement Modifier and Type Method Description List<FieldValidationErrorsElement>Error. getFieldValidationErrors()Array of elements of field validation errorsMethods in com.xero.models.assets with parameters of type FieldValidationErrorsElement Modifier and Type Method Description ErrorError. addFieldValidationErrorsItem(FieldValidationErrorsElement fieldValidationErrorsItem)Array of elements of field validation errorsMethod parameters in com.xero.models.assets with type arguments of type FieldValidationErrorsElement Modifier and Type Method Description ErrorError. fieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors)Array of elements of field validation errorsvoidError. setFieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors)Array of elements of field validation errors
-