Uses of Enum Class
org.gbif.api.vocabulary.DatasetSubtype
Packages that use DatasetSubtype
Package
Description
-
Uses of DatasetSubtype in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return DatasetSubtypeMethods in org.gbif.api.model.registry with parameters of type DatasetSubtypeModifier and TypeMethodDescriptionvoidDataset.setSubtype(DatasetSubtype subtype) Persisted in the database table. -
Uses of DatasetSubtype in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return DatasetSubtypeModifier and TypeMethodDescriptionDatasetSearchResult.getSubtype()DatasetSuggestResult.getSubtype()Methods in org.gbif.api.model.registry.search with parameters of type DatasetSubtypeModifier and TypeMethodDescriptionvoidDatasetSearchRequest.addSubTypeFilter(DatasetSubtype subtype) voidDatasetSearchResult.setSubtype(DatasetSubtype subtype) voidDatasetSuggestResult.setSubtype(DatasetSubtype subtype) -
Uses of DatasetSubtype in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type DatasetSubtypeModifier and TypeFieldDescriptionstatic final Set<DatasetSubtype>DatasetSubtype.CHECKLIST_DATASET_SUBTYPESA set of all DatasetSubtype that belong to DatasetType CHECKLIST.static final Set<DatasetSubtype>DatasetSubtype.OCCURRENCE_DATASET_SUBTYPESA set of all DatasetSubtype that belong to DatasetType OCCURRENCE.static final Set<DatasetSubtype>DatasetSubtype.SAMPLING_EVENT_DATASET_SUBTYPESA set of all DatasetSubtype that belong to DatasetType SAMPLING_EVENT.Methods in org.gbif.api.vocabulary that return DatasetSubtypeModifier and TypeMethodDescriptionstatic DatasetSubtypeDatasetSubtype.fromString(String datasetSubType) static DatasetSubtypeReturns the enum constant of this class with the specified name.static DatasetSubtype[]DatasetSubtype.values()Returns an array containing the constants of this enum class, in the order they are declared.