| Package | Description |
|---|---|
| com.xero.api | |
| com.xero.api.exception |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.auth.oauth.OAuthCredentialsResponse |
OAuthGetTemporaryToken.execute() |
void |
OAuthRequestToken.execute() |
Map<String,String> |
OAuthRequestResource.execute() |
Assets |
XeroClient.getAssets() |
| Modifier and Type | Method and Description |
|---|---|
XeroApiException |
XeroExceptionHandler.convertException(IOException ioe)
For backwards comparability with xero-java-sdk version 0.6.0 keep the old way of handling exceptions
|
XeroApiException |
XeroExceptionHandler.handleBadRequest(com.google.api.client.http.HttpResponseException httpResponseException)
Handle a HTTP 400 Bad Request from Xero.
|
XeroApiException |
XeroExceptionHandler.handleBadRequest(String content) |
XeroApiException |
XeroExceptionHandler.handleBadRequest(String content,
int code) |
XeroApiException |
XeroExceptionHandler.handleBadRequest(String content,
int code,
boolean isJson) |
XeroApiException |
XeroExceptionHandler.newApiException(com.google.api.client.http.HttpResponseException httpResponseException)
For backwards comparability with xero-java-sdk version 0.6.0 keep the old way of handling exceptions
|
XeroApiException |
XeroExceptionHandler.newApiException(String content,
int code) |
Copyright © 2019. All rights reserved.