Uses of Enum Class
org.gbif.api.vocabulary.Country
Packages that use Country
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of Country in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return CountryModifier and TypeMethodDescriptionDistribution.getCountry()
VernacularName.getCountry()
The country in which the vernacular name is used.Methods in org.gbif.api.model.checklistbank with parameters of type CountryModifier and TypeMethodDescriptionvoid
Distribution.setCountry
(Country country) void
VernacularName.setCountry
(Country country) -
Uses of Country in org.gbif.api.model.collections
Methods in org.gbif.api.model.collections that return CountryModifier and TypeMethodDescriptionAddress.getCountry()
Country where this address is located.Contact.getCountry()
Methods in org.gbif.api.model.collections with parameters of type CountryModifier and TypeMethodDescriptionvoid
Address.setCountry
(Country country) void
Contact.setCountry
(Country country) -
Uses of Country in org.gbif.api.model.collections.duplicates
Methods in org.gbif.api.model.collections.duplicates that return CountryMethods in org.gbif.api.model.collections.duplicates that return types with arguments of type CountryModifier and TypeMethodDescriptionDuplicatesRequest.getInCountries()
DuplicatesRequest.getNotInCountries()
Methods in org.gbif.api.model.collections.duplicates with parameters of type CountryModifier and TypeMethodDescriptionvoid
Duplicate.setMailingCountry
(Country mailingCountry) void
Duplicate.setPhysicalCountry
(Country physicalCountry) -
Uses of Country in org.gbif.api.model.collections.lookup
Methods in org.gbif.api.model.collections.lookup that return CountryMethods in org.gbif.api.model.collections.lookup with parameters of type Country -
Uses of Country in org.gbif.api.model.collections.suggestions
Methods in org.gbif.api.model.collections.suggestions that return CountryModifier and TypeMethodDescriptionBaseChangeSuggestion.getEntityCountry()
ChangeSuggestion.getEntityCountry()
Methods in org.gbif.api.model.collections.suggestions with parameters of type CountryModifier and TypeMethodDescriptionvoid
BaseChangeSuggestion.setEntityCountry
(Country entityCountry) void
ChangeSuggestion.setEntityCountry
(Country entityCountry) -
Uses of Country in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type CountryMethods in org.gbif.api.model.metrics.cube with parameters of type CountryModifier and TypeMethodDescriptionAdds an country type dimension to the address.Method parameters in org.gbif.api.model.metrics.cube with type arguments of type CountryModifier and TypeMethodDescriptionAdds an country type dimension to the address. -
Uses of Country in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return CountryModifier and TypeMethodDescriptionOccurrence.getCountry()
VerbatimOccurrence.getPublishingCountry()
The country of the organization that publishes the dataset to which the occurrence belongs.Methods in org.gbif.api.model.occurrence with parameters of type CountryModifier and TypeMethodDescriptionvoid
Occurrence.setCountry
(Country country) void
VerbatimOccurrence.setPublishingCountry
(Country publishingCountry) -
Uses of Country in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type CountryModifier and TypeMethodDescriptionvoid
OccurrenceSearchRequest.addCountryFilter
(Country country) void
OccurrenceSearchRequest.addPublishingCountryFilter
(Country country) -
Uses of Country in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return CountryModifier and TypeMethodDescriptionAddress.getCountry()
country in EMLContact.getCountry()
Network.getCountry()
Node.getCountry()
@NotNull Country
Organization.getCountry()
Methods in org.gbif.api.model.registry that return types with arguments of type CountryMethods in org.gbif.api.model.registry with parameters of type CountryModifier and TypeMethodDescriptionvoid
Address.setCountry
(Country country) void
Contact.setCountry
(Country country) void
Network.setCountry
(Country country) void
Node.setCountry
(Country country) void
Organization.setCountry
(Country country) Method parameters in org.gbif.api.model.registry with type arguments of type Country -
Uses of Country in org.gbif.api.model.registry.search
Methods in org.gbif.api.model.registry.search that return CountryModifier and TypeMethodDescriptionDatasetSearchResult.getHostingCountry()
DatasetSearchResult.getPublishingCountry()
Methods in org.gbif.api.model.registry.search that return types with arguments of type CountryModifier and TypeMethodDescriptionDatasetSearchResult.getCountryCoverage()
Currently not populated.Methods in org.gbif.api.model.registry.search with parameters of type CountryModifier and TypeMethodDescriptionvoid
DatasetSearchRequest.addCountryFilter
(Country country) Filters dataset by a country of the geospatial coverage.void
DatasetSearchRequest.addPublishingCountryFilter
(Country country) Filters dataset by the owning organizations country.void
DatasetSearchResult.setHostingCountry
(Country hostingCountry) void
DatasetSearchResult.setPublishingCountry
(Country publishingCountry) Method parameters in org.gbif.api.model.registry.search with type arguments of type CountryModifier and TypeMethodDescriptionvoid
DatasetSearchResult.setCountryCoverage
(Set<Country> countryCoverage) -
Uses of Country in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return types with arguments of type CountryModifier and TypeMethodDescriptionOccurrenceCountryIndexService.countriesForPublishingCountry
(Country publishingCountry) Lists all countries occurrences are falling into that have been published by a given country.OccurrenceCountryIndexService.publishingCountriesForCountry
(Country country) Lists all publishing countries of occurrences falling within a given country.Methods in org.gbif.api.service.occurrence with parameters of type CountryModifier and TypeMethodDescriptionOccurrenceCountryIndexService.countriesForPublishingCountry
(Country publishingCountry) Lists all countries occurrences are falling into that have been published by a given country.OccurrenceDatasetIndexService.occurrenceDatasetsForCountry
(Country country) This provides a map of occurrence dataset keys to the number of records matching the given country.OccurrenceCountryIndexService.publishingCountriesForCountry
(Country country) Lists all publishing countries of occurrences falling within a given country. -
Uses of Country in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type CountryModifier and TypeMethodDescriptionNodeService.listActiveCountries()
Returns those countries considered active in GBIF.NodeService.listNodeCountries()
Returns a list of all countries which do have a GBIF node.Methods in org.gbif.api.service.registry with parameters of type CountryModifier and TypeMethodDescriptionNodeService.getByCountry
(Country country) Returns a node for a given country.OccurrenceDownloadService.getDownloadedRecordsByDataset
(Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey) Retrieves downloaded records monthly stats by country (user and publishing country) and dataset.OccurrenceDownloadService.getDownloadsByDataset
(Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey) Retrieves downloads monthly stats by country (user and publishing country) and dataset.OccurrenceDownloadService.getDownloadsByUserCountry
(Date fromDate, Date toDate, Country userCountry) Retrieves downloads monthly stats by country (user and publishing country) and dataset.OccurrenceDownloadService.getDownloadStatistics
(Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Pageable page) Retrieves downloads monthly stats by country (user and publishing country) and dataset.DatasetService.listByCountry
(Country country, DatasetType type, Pageable page) Provides paging service to list datasets published, i.e.OrganizationService.listByCountry
(Country country, Pageable page) Provides access to all organizations from a country. -
Uses of Country in org.gbif.api.util.iterables
Methods in org.gbif.api.util.iterables with parameters of type CountryModifier and TypeMethodDescriptionstatic Iterable<DownloadStatistics>
Iterables.downloadStatistics
(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, Integer limit) static Iterable<Organization>
Iterables.organizations
(Country country, OrganizationService service) Constructors in org.gbif.api.util.iterables with parameters of type CountryModifierConstructorDescriptionDownloadStatisticPager
(OccurrenceDownloadService service, Date fromDate, Date toDate, Country publishingCountry, UUID datasetKey, UUID publishingOrgKey, int pageSize) OrganizationPager
(OrganizationService service, Country country, int pageSize) -
Uses of Country in org.gbif.api.vocabulary
Fields in org.gbif.api.vocabulary with type parameters of type CountryMethods in org.gbif.api.vocabulary that return CountryModifier and TypeMethodDescriptionCountry.IsoDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Country.TitleDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) static Country
Country.fromIsoCode
(String code) static Country
Returns the enum constant of this class with the specified name.static Country[]
Country.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gbif.api.vocabulary with parameters of type CountryModifier and TypeMethodDescriptionvoid
Country.IsoSerializer.serialize
(Country value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) void
Country.TitleSerializer.serialize
(Country value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)