Uses of Class
com.xero.models.accounting.Budgets
-
Packages that use Budgets Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Budgets in com.xero.api.client
Methods in com.xero.api.client that return Budgets Modifier and Type Method Description BudgetsAccountingApi. getBudget(String accessToken, String xeroTenantId, UUID budgetID)Retrieves a specific budgets, which includes budget linesBudgetsAccountingApi. getBudgets(String accessToken, String xeroTenantId, List<UUID> ids, org.threeten.bp.LocalDate dateTo, org.threeten.bp.LocalDate dateFrom)Retrieve a list of budgets -
Uses of Budgets in com.xero.models.accounting
Methods in com.xero.models.accounting that return Budgets Modifier and Type Method Description BudgetsBudgets. addBudgetsItem(Budget budgetsItem)budgetsBudgetsBudgets. budgets(List<Budget> budgets)budgets
-