Uses of Class
com.xero.models.payrollau.SuperFunds
-
Packages that use SuperFunds Package Description com.xero.api com.xero.api.client com.xero.models.payrollau -
-
Uses of SuperFunds in com.xero.api
Methods in com.xero.api with parameters of type SuperFunds Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, SuperFunds superFunds, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type SuperFunds Constructor Description XeroBadRequestException(String objectType, SuperFunds superFunds, Exception e)XeroBadRequestException -
Uses of SuperFunds in com.xero.api.client
Methods in com.xero.api.client that return SuperFunds Modifier and Type Method Description SuperFundsPayrollAuApi. createSuperfund(String accessToken, String xeroTenantId, List<SuperFund> superFund)Creates a superfundSuperFundsPayrollAuApi. getSuperfund(String accessToken, String xeroTenantId, UUID superFundID)Retrieves a superfund by using a unique superfund IDSuperFundsPayrollAuApi. getSuperfunds(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)Retrieves superfundsSuperFundsPayrollAuApi. updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund)Updates a superfund Update properties on a single Superfund -
Uses of SuperFunds in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return SuperFunds Modifier and Type Method Description SuperFundsSuperFunds. addSuperFundsItem(SuperFund superFundsItem)superFundsSuperFundsSuperFunds. superFunds(List<SuperFund> superFunds)superFunds
-