-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from XeroAPI/sid-development
Build from OAS 2.9.4
- Loading branch information
Showing
11 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Accounting API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -97,7 +97,7 @@ public class AccountingApi { | |
private ApiClient apiClient; | ||
private static AccountingApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(AccountingApi.class); | ||
|
||
public AccountingApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Assets API | ||
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -47,7 +47,7 @@ public class AssetApi { | |
private ApiClient apiClient; | ||
private static AssetApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(AssetApi.class); | ||
|
||
public AssetApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Bank Feeds API | ||
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you're an existing financial services partner that wants access, contact your local Partner Manager. If you're a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner. | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -45,7 +45,7 @@ public class BankFeedsApi { | |
private ApiClient apiClient; | ||
private static BankFeedsApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class); | ||
|
||
public BankFeedsApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Files API | ||
* These endpoints are specific to Xero Files API | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -52,7 +52,7 @@ public class FilesApi { | |
private ApiClient apiClient; | ||
private static FilesApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(FilesApi.class); | ||
|
||
public FilesApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero OAuth 2 Identity Service API | ||
* These endpoints are related to managing authentication tokens and identity for Xero API | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -43,7 +43,7 @@ public class IdentityApi { | |
private ApiClient apiClient; | ||
private static IdentityApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(IdentityApi.class); | ||
|
||
public IdentityApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Payroll AU API | ||
* This is the Xero Payroll API for orgs in Australia region. | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -62,7 +62,7 @@ public class PayrollAuApi { | |
private ApiClient apiClient; | ||
private static PayrollAuApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(PayrollAuApi.class); | ||
|
||
public PayrollAuApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Payroll NZ | ||
* This is the Xero Payroll API for orgs in the NZ region. | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -104,7 +104,7 @@ public class PayrollNzApi { | |
private ApiClient apiClient; | ||
private static PayrollNzApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(PayrollNzApi.class); | ||
|
||
public PayrollNzApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Payroll UK | ||
* This is the Xero Payroll API for orgs in the UK region. | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -104,7 +104,7 @@ public class PayrollUkApi { | |
private ApiClient apiClient; | ||
private static PayrollUkApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(PayrollUkApi.class); | ||
|
||
public PayrollUkApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Xero Projects API | ||
* This is the Xero Projects API | ||
* | ||
* The version of the OpenAPI document: 2.9.3 | ||
* The version of the OpenAPI document: 2.9.4 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -54,7 +54,7 @@ public class ProjectApi { | |
private ApiClient apiClient; | ||
private static ProjectApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.7.0"; | ||
private String version = "4.7.1"; | ||
static final Logger logger = LoggerFactory.getLogger(ProjectApi.class); | ||
|
||
public ProjectApi() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters