-
Methods in com.xero.api.client that return Employees
| Modifier and Type |
Method |
Description |
Employees |
AccountingApi.createEmployees(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
Allows you to create new employees used in Xero payrun
|
Employees |
AccountingApi.getEmployee(String accessToken,
String xeroTenantId,
UUID employeeID) |
Allows you to retrieve a specific employee used in Xero payrun
|
Employees |
AccountingApi.getEmployees(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order) |
Allows you to retrieve employees used in Xero payrun
|
Employees |
AccountingApi.updateOrCreateEmployees(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
Allows you to create a single new employees used in Xero payrun
|
Methods in com.xero.api.client with parameters of type Employees
| Modifier and Type |
Method |
Description |
Employees |
AccountingApi.createEmployees(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
Allows you to create new employees used in Xero payrun
|
com.google.api.client.http.HttpResponse |
AccountingApi.createEmployeesForHttpResponse(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
|
Employees |
AccountingApi.updateOrCreateEmployees(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
Allows you to create a single new employees used in Xero payrun
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateOrCreateEmployeesForHttpResponse(String accessToken,
String xeroTenantId,
Employees employees,
Boolean summarizeErrors) |
|
-