Uses of Class
com.xero.models.assets.ResourceValidationErrorsElement
-
Packages that use ResourceValidationErrorsElement Package Description com.xero.models.assets -
-
Uses of ResourceValidationErrorsElement in com.xero.models.assets
Methods in com.xero.models.assets that return ResourceValidationErrorsElement Modifier and Type Method Description ResourceValidationErrorsElementResourceValidationErrorsElement. detail(String detail)Detail of the resource validation errorResourceValidationErrorsElementResourceValidationErrorsElement. localisedMessage(String localisedMessage)Explanation of the resource validation errorResourceValidationErrorsElementResourceValidationErrorsElement. resourceName(String resourceName)The field name of the erroneous fieldResourceValidationErrorsElementResourceValidationErrorsElement. title(String title)Title of the resource validation errorResourceValidationErrorsElementResourceValidationErrorsElement. type(String type)Internal type of the resource error messageMethods in com.xero.models.assets that return types with arguments of type ResourceValidationErrorsElement Modifier and Type Method Description List<ResourceValidationErrorsElement>Error. getResourceValidationErrors()Array of elements of resource validation errorsMethods in com.xero.models.assets with parameters of type ResourceValidationErrorsElement Modifier and Type Method Description ErrorError. addResourceValidationErrorsItem(ResourceValidationErrorsElement resourceValidationErrorsItem)Array of elements of resource validation errorsMethod parameters in com.xero.models.assets with type arguments of type ResourceValidationErrorsElement Modifier and Type Method Description ErrorError. resourceValidationErrors(List<ResourceValidationErrorsElement> resourceValidationErrors)Array of elements of resource validation errorsvoidError. setResourceValidationErrors(List<ResourceValidationErrorsElement> resourceValidationErrors)Array of elements of resource validation errors
-