Uses of Enum
com.xero.models.accounting.Organisation.EditionEnum
Packages that use Organisation.EditionEnum
-
Uses of Organisation.EditionEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.EditionEnumModifier and TypeMethodDescriptionstatic Organisation.EditionEnumfromValueOrganisation.getEdition()BUSINESS or PARTNER.static Organisation.EditionEnumReturns the enum constant of this type with the specified name.static Organisation.EditionEnum[]Organisation.EditionEnum.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.EditionEnumModifier and TypeMethodDescriptionOrganisation.edition(Organisation.EditionEnum edition) BUSINESS or PARTNER.voidOrganisation.setEdition(Organisation.EditionEnum edition) BUSINESS or PARTNER.