Uses of Class
com.xero.models.accounting.Budget.TypeEnum
-
Packages that use Budget.TypeEnum Package Description com.xero.models.accounting -
-
Uses of Budget.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Budget.TypeEnum Modifier and Type Method Description static Budget.TypeEnumBudget.TypeEnum. fromValue(String value)fromValueBudget.TypeEnumBudget. getType()Type of Budget.static Budget.TypeEnumBudget.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Budget.TypeEnum[]Budget.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Budget.TypeEnum Modifier and Type Method Description voidBudget. setType(Budget.TypeEnum type)Type of Budget.BudgetBudget. type(Budget.TypeEnum type)Type of Budget.
-