| 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
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.createLeaveApplicationForHttpResponse(String accessToken,
String xeroTenantId,
List<LeaveApplication> leaveApplication) |
LeaveApplications |
PayrollAuApi.updateLeaveApplication(String accessToken,
String xeroTenantId,
UUID leaveApplicationId,
List<LeaveApplication> leaveApplication)
Use this method to update a Leave Application
|
com.google.api.client.http.HttpResponse |
PayrollAuApi.updateLeaveApplicationForHttpResponse(String accessToken,
String xeroTenantId,
UUID leaveApplicationId,
List<LeaveApplication> leaveApplication) |
| Modifier and Type | Method and Description |
|---|---|
LeaveApplication |
LeaveApplication.addLeavePeriodsItem(LeavePeriod leavePeriodsItem) |
LeaveApplication |
LeaveApplication.addValidationErrorsItem(ValidationError validationErrorsItem) |
LeaveApplication |
LeaveApplication.description(String description) |
LeaveApplication |
LeaveApplication.employeeID(UUID employeeID) |
LeaveApplication |
LeaveApplication.endDate(String endDate) |
LeaveApplication |
LeaveApplication.leaveApplicationID(UUID leaveApplicationID) |
LeaveApplication |
LeaveApplication.leavePeriods(List<LeavePeriod> leavePeriods) |
LeaveApplication |
LeaveApplication.leaveTypeID(UUID leaveTypeID) |
LeaveApplication |
LeaveApplication.startDate(String startDate) |
LeaveApplication |
LeaveApplication.title(String title) |
LeaveApplication |
LeaveApplication.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<LeaveApplication> |
LeaveApplications.getLeaveApplications()
Get leaveApplications
|
| Modifier and Type | Method and Description |
|---|---|
LeaveApplications |
LeaveApplications.addLeaveApplicationsItem(LeaveApplication leaveApplicationsItem) |
| Modifier and Type | Method and Description |
|---|---|
LeaveApplications |
LeaveApplications.leaveApplications(List<LeaveApplication> leaveApplications) |
void |
LeaveApplications.setLeaveApplications(List<LeaveApplication> leaveApplications) |
Copyright © 2020. All rights reserved.