Uses of Class
com.xero.models.accounting.Employees
-
Packages that use Employees Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Employees in com.xero.api.client
Methods in com.xero.api.client that return Employees Modifier and Type Method Description EmployeesAccountingApi. createEmployees(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates new employees used in Xero payrunEmployeesAccountingApi. getEmployee(String accessToken, String xeroTenantId, UUID employeeID)Retrieves a specific employee used in Xero payrun using a unique employee IdEmployeesAccountingApi. getEmployees(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order)Retrieves employees used in Xero payrunEmployeesAccountingApi. updateOrCreateEmployees(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates a single new employees used in Xero payrunMethods in com.xero.api.client with parameters of type Employees Modifier and Type Method Description EmployeesAccountingApi. createEmployees(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates new employees used in Xero payruncom.google.api.client.http.HttpResponseAccountingApi. createEmployeesForHttpResponse(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates new employees used in Xero payrunEmployeesAccountingApi. updateOrCreateEmployees(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates a single new employees used in Xero payruncom.google.api.client.http.HttpResponseAccountingApi. updateOrCreateEmployeesForHttpResponse(String accessToken, String xeroTenantId, Employees employees, Boolean summarizeErrors)Creates a single new employees used in Xero payrun -
Uses of Employees in com.xero.models.accounting
Methods in com.xero.models.accounting that return Employees Modifier and Type Method Description EmployeesEmployees. addEmployeesItem(Employee employeesItem)employeesEmployeesEmployees. employees(List<Employee> employees)employees
-