public class XeroMethodNotAllowedException extends RuntimeException
| Constructor and Description |
|---|
XeroMethodNotAllowedException(Integer statusCode,
String message) |
XeroMethodNotAllowedException(String objectType,
Error error) |
XeroMethodNotAllowedException(String objectType,
Error error) |
XeroMethodNotAllowedException(String objectType,
FeedConnections error) |
XeroMethodNotAllowedException(String objectType,
Problem problem) |
XeroMethodNotAllowedException(String objectType,
Statements error) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XeroMethodNotAllowedException(String objectType, Statements error)
public XeroMethodNotAllowedException(String objectType, FeedConnections error)
public XeroMethodNotAllowedException(String objectType, Problem problem)
public XeroMethodNotAllowedException statusCode(Integer statusCode)
public Integer getStatusCode()
public void setStatusCode(Integer statusCode)
public XeroMethodNotAllowedException type(String type)
public String getType()
public void setType(String type)
public XeroMethodNotAllowedException message(String message)
public String getMessage()
getMessage in class Throwablepublic void setMessage(String message)
public XeroMethodNotAllowedException elements(List<Element> elements)
public XeroMethodNotAllowedException addElementsItem(Element elementsItem)
public List<Element> getElements()
public XeroMethodNotAllowedException statementItems(List<Statement> statementItems)
public XeroMethodNotAllowedException addStatementItem(Statement item)
public List<Statement> getStatementItems()
public XeroMethodNotAllowedException feedConnectionItems(List<FeedConnection> feedConnectionItems)
public XeroMethodNotAllowedException addFeedConnectionItems(FeedConnection item)
public List<FeedConnection> getFeedConnectionItems()
public void setFeedConnectionItems(List<FeedConnection> feedConnectionItems)
public XeroMethodNotAllowedException fieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)
public XeroMethodNotAllowedException addFieldValidationErrorsElement(FieldValidationErrorsElement element)
public List<FieldValidationErrorsElement> getFieldValidationErrorsElements()
public void setFieldValidationErrorsElements(List<FieldValidationErrorsElement> fieldValidationErrorsElements)
public XeroMethodNotAllowedException payrollUkProblem(Problem problem)
public Problem getPayrollUkProblem()
public void setPayrollUkProblem(Problem problem)
Copyright © 2020. All rights reserved.