| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
LeaveApplications |
PayrollAuApi.createLeaveApplication(String accessToken,
String xeroTenantId,
List<LeaveApplication> leaveApplication)
Use this method to create a Leave Application
|
LeaveApplications |
PayrollAuApi.getLeaveApplication(String accessToken,
String xeroTenantId,
UUID leaveApplicationId)
searches for an Leave Application by unique id
|
LeaveApplications |
PayrollAuApi.getLeaveApplications(String accessToken,
String xeroTenantId,
String ifModifiedSince,
String where,
String order,
Integer page)
searches Leave Applications
|
LeaveApplications |
PayrollAuApi.updateLeaveApplication(String accessToken,
String xeroTenantId,
UUID leaveApplicationId,
List<LeaveApplication> leaveApplication)
Use this method to update a Leave Application
|
| Modifier and Type | Method and Description |
|---|---|
LeaveApplications |
LeaveApplications.addLeaveApplicationsItem(LeaveApplication leaveApplicationsItem) |
LeaveApplications |
LeaveApplications.leaveApplications(List<LeaveApplication> leaveApplications) |
Copyright © 2020. All rights reserved.