Uses of Enum
com.xero.models.accounting.Budget.TypeEnum
Packages that use Budget.TypeEnum
-
Uses of Budget.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Budget.TypeEnumModifier and TypeMethodDescriptionstatic Budget.TypeEnumfromValueBudget.getType()Type of Budget.static Budget.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidBudget.setType(Budget.TypeEnum type) Type of Budget.Budget.type(Budget.TypeEnum type) Type of Budget.