Uses of Class
com.xero.models.accounting.Organisation.PropertyClassEnum
-
Packages that use Organisation.PropertyClassEnum Package Description com.xero.models.accounting -
-
Uses of Organisation.PropertyClassEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.PropertyClassEnum Modifier and Type Method Description static Organisation.PropertyClassEnumOrganisation.PropertyClassEnum. fromValue(String value)fromValueOrganisation.PropertyClassEnumOrganisation. getPropertyClass()Organisation Classes describe which plan the Xero organisation is on (e.g.static Organisation.PropertyClassEnumOrganisation.PropertyClassEnum. valueOf(String name)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.PropertyClassEnum Modifier and Type Method Description OrganisationOrganisation. 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.
-