Uses of Enum
com.xero.models.accounting.Organisation.OrganisationTypeEnum
Packages that use Organisation.OrganisationTypeEnum
-
Uses of Organisation.OrganisationTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.OrganisationTypeEnumModifier and TypeMethodDescriptionfromValueOrganisation.getOrganisationType()Organisation TypeReturns the enum constant of this type with the specified name.static Organisation.OrganisationTypeEnum[]Organisation.OrganisationTypeEnum.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.OrganisationTypeEnumModifier and TypeMethodDescriptionOrganisation.organisationType(Organisation.OrganisationTypeEnum organisationType) Organisation TypevoidOrganisation.setOrganisationType(Organisation.OrganisationTypeEnum organisationType) Organisation Type