Uses of Class
com.xero.models.bankfeeds.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)ErrorFeedConnection. getError()Get errorErrorError. status(Integer status)ErrorError. title(String title)ErrorError. type(Error.TypeEnum type)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)FeedConnectionFeedConnection. error(Error error)voidFeedConnection. setError(Error error)