Uses of Class
com.xero.models.accounting.Budget
-
Packages that use Budget Package Description com.xero.models.accounting -
-
Uses of Budget in com.xero.models.accounting
Methods in com.xero.models.accounting that return Budget Modifier and Type Method Description BudgetBudget. addBudgetLinesItem(BudgetLine budgetLinesItem)budgetLinesBudgetBudget. addTrackingItem(TrackingCategory trackingItem)trackingBudgetBudget. budgetID(UUID budgetID)Xero identifierBudgetBudget. budgetLines(List<BudgetLine> budgetLines)budgetLinesBudgetBudget. description(String description)The Budget descriptionBudgetBudget. tracking(List<TrackingCategory> tracking)trackingBudgetBudget. type(Budget.TypeEnum type)Type of Budget.Methods in com.xero.models.accounting that return types with arguments of type Budget Modifier and Type Method Description List<Budget>Budgets. getBudgets()Get budgetsMethods in com.xero.models.accounting with parameters of type Budget Modifier and Type Method Description BudgetsBudgets. addBudgetsItem(Budget budgetsItem)budgetsMethod parameters in com.xero.models.accounting with type arguments of type Budget Modifier and Type Method Description BudgetsBudgets. budgets(List<Budget> budgets)budgetsvoidBudgets. setBudgets(List<Budget> budgets)budgets
-