Uses of Class
com.xero.models.accounting.BudgetLine
-
Packages that use BudgetLine Package Description com.xero.models.accounting -
-
Uses of BudgetLine in com.xero.models.accounting
Methods in com.xero.models.accounting that return BudgetLine Modifier and Type Method Description BudgetLineBudgetLine. accountCode(String accountCode)See AccountsBudgetLineBudgetLine. accountID(UUID accountID)See AccountsBudgetLineBudgetLine. addBudgetBalancesItem(BudgetBalance budgetBalancesItem)budgetBalancesBudgetLineBudgetLine. budgetBalances(List<BudgetBalance> budgetBalances)budgetBalancesMethods in com.xero.models.accounting that return types with arguments of type BudgetLine Modifier and Type Method Description List<BudgetLine>Budget. getBudgetLines()Get budgetLinesMethods in com.xero.models.accounting with parameters of type BudgetLine Modifier and Type Method Description BudgetBudget. addBudgetLinesItem(BudgetLine budgetLinesItem)budgetLinesMethod parameters in com.xero.models.accounting with type arguments of type BudgetLine Modifier and Type Method Description BudgetBudget. budgetLines(List<BudgetLine> budgetLines)budgetLinesvoidBudget. setBudgetLines(List<BudgetLine> budgetLines)budgetLines
-