Uses of Class
com.xero.models.accounting.Organisation.VersionEnum
-
Packages that use Organisation.VersionEnum Package Description com.xero.models.accounting -
-
Uses of Organisation.VersionEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.VersionEnum Modifier and Type Method Description static Organisation.VersionEnumOrganisation.VersionEnum. fromValue(String value)fromValueOrganisation.VersionEnumOrganisation. getVersion()See Version Typesstatic Organisation.VersionEnumOrganisation.VersionEnum. valueOf(String name)Returns 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.VersionEnum Modifier and Type Method Description voidOrganisation. setVersion(Organisation.VersionEnum version)See Version TypesOrganisationOrganisation. version(Organisation.VersionEnum version)See Version Types
-