001package org.gbif.api.vocabulary;
002
003/**
004 * Fields to sort by the organization usages in an occurrence download.
005 */
006public enum OrganizationUsageSortField {
007  ORGANIZATION_TITLE,
008  COUNTRY_CODE,
009  RECORD_COUNT;
010}