Uses of Class
com.xero.models.payrollau.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)Constructors in com.xero.api with parameters of type SuperFunds Constructor Description XeroBadRequestException(String objectType, SuperFunds superFunds, Exception e) -
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)Use this method to create a super fundSuperFundsPayrollAuApi. getSuperfund(String accessToken, String xeroTenantId, UUID superFundID)searches for an Superfund by unique idSuperFundsPayrollAuApi. getSuperfunds(String accessToken, String xeroTenantId, String ifModifiedSince, String where, String order, Integer page)searches SuperFundsSuperFundsPayrollAuApi. updateSuperfund(String accessToken, String xeroTenantId, UUID superFundID, List<SuperFund> superFund)Update 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)SuperFundsSuperFunds. superFunds(List<SuperFund> superFunds)