Uses of Enum
com.xero.models.accounting.Organisation.VersionEnum
Packages that use Organisation.VersionEnum
-
Uses of Organisation.VersionEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.VersionEnumModifier and TypeMethodDescriptionstatic Organisation.VersionEnumfromValueOrganisation.getVersion()See Version Typesstatic Organisation.VersionEnumReturns the enum constant of this type with the specified name.static Organisation.VersionEnum[]Organisation.VersionEnum.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.VersionEnumModifier and TypeMethodDescriptionvoidOrganisation.setVersion(Organisation.VersionEnum version) See Version TypesOrganisation.version(Organisation.VersionEnum version) See Version Types