Uses of Class
com.xero.models.accounting.Organisation.OrganisationTypeEnum
-
Packages that use Organisation.OrganisationTypeEnum Package Description com.xero.models.accounting -
-
Uses of Organisation.OrganisationTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Organisation.OrganisationTypeEnum Modifier and Type Method Description static Organisation.OrganisationTypeEnumOrganisation.OrganisationTypeEnum. fromValue(String value)fromValueOrganisation.OrganisationTypeEnumOrganisation. getOrganisationType()Organisation Typestatic Organisation.OrganisationTypeEnumOrganisation.OrganisationTypeEnum. valueOf(String name)Returns 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.OrganisationTypeEnum Modifier and Type Method Description OrganisationOrganisation. organisationType(Organisation.OrganisationTypeEnum organisationType)Organisation TypevoidOrganisation. setOrganisationType(Organisation.OrganisationTypeEnum organisationType)Organisation Type
-