Uses of Class
com.xero.models.bankfeeds.Error
-
Packages that use Error Package Description com.xero.models.bankfeeds -
-
Uses of Error in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return Error Modifier and Type Method Description ErrorError. detail(String detail)Human readable detailed error description.ErrorFeedConnection. getError()Get errorErrorError. status(Integer status)The numeric HTTP Status Code, e.g.ErrorError. title(String title)Human readable high level error description.ErrorError. type(Error.TypeEnum type)Identifies the type of error.Methods in com.xero.models.bankfeeds that return types with arguments of type Error Modifier and Type Method Description List<Error>Statement. getErrors()Get errorsMethods in com.xero.models.bankfeeds with parameters of type Error Modifier and Type Method Description StatementStatement. addErrorsItem(Error errorsItem)errorsFeedConnectionFeedConnection. error(Error error)errorvoidFeedConnection. setError(Error error)errorMethod parameters in com.xero.models.bankfeeds with type arguments of type Error Modifier and Type Method Description StatementStatement. errors(List<Error> errors)errorsvoidStatement. setErrors(List<Error> errors)errors
-