Uses of Enum
com.xero.models.accounting.Organisation.PropertyClassEnum
Packages that use Organisation.PropertyClassEnum
-
Uses of Organisation.PropertyClassEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.PropertyClassEnumModifier and TypeMethodDescriptionfromValueOrganisation.getPropertyClass()Organisation Classes describe which plan the Xero organisation is on (e.g.Returns the enum constant of this type with the specified name.static Organisation.PropertyClassEnum[]Organisation.PropertyClassEnum.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 Organisation.PropertyClassEnumModifier and TypeMethodDescriptionOrganisation.propertyClass(Organisation.PropertyClassEnum propertyClass) Organisation Classes describe which plan the Xero organisation is on (e.g.voidOrganisation.setPropertyClass(Organisation.PropertyClassEnum propertyClass) Organisation Classes describe which plan the Xero organisation is on (e.g.