Uses of Class
com.xero.models.accounting.Organisation.EditionEnum
-
Packages that use Organisation.EditionEnum Package Description com.xero.models.accounting -
-
Uses of Organisation.EditionEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.EditionEnum Modifier and Type Method Description static Organisation.EditionEnumOrganisation.EditionEnum. fromValue(String value)fromValueOrganisation.EditionEnumOrganisation. getEdition()BUSINESS or PARTNER.static Organisation.EditionEnumOrganisation.EditionEnum. valueOf(String name)Returns 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.EditionEnum Modifier and Type Method Description OrganisationOrganisation. edition(Organisation.EditionEnum edition)BUSINESS or PARTNER.voidOrganisation. setEdition(Organisation.EditionEnum edition)BUSINESS or PARTNER.
-