Uses of Enum Class
org.gbif.api.vocabulary.BasisOfRecord
Packages that use BasisOfRecord
Package
Description
Provides the classes necessary to construct read only requests to well defined cubes.
-
Uses of BasisOfRecord in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return BasisOfRecordModifier and TypeMethodDescriptionBasisOfRecordSerde.BasisOfRecordJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.gbif.api.jackson with parameters of type BasisOfRecordModifier and TypeMethodDescriptionvoidBasisOfRecordSerde.BasisOfRecordJsonSerializer.serialize(BasisOfRecord value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of BasisOfRecord in org.gbif.api.model.metrics.cube
Fields in org.gbif.api.model.metrics.cube with type parameters of type BasisOfRecordModifier and TypeFieldDescriptionstatic final Dimension<BasisOfRecord>OccurrenceCube.BASIS_OF_RECORD -
Uses of BasisOfRecord in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return BasisOfRecordMethods in org.gbif.api.model.occurrence with parameters of type BasisOfRecord -
Uses of BasisOfRecord in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type BasisOfRecordModifier and TypeMethodDescriptionvoidOccurrenceSearchRequest.addBasisOfRecordFilter(BasisOfRecord basisOfRecord) -
Uses of BasisOfRecord in org.gbif.api.service.occurrence
Methods in org.gbif.api.service.occurrence that return types with arguments of type BasisOfRecordModifier and TypeMethodDescriptionOccurrenceDistributionIndexService.getBasisOfRecordCounts()Returns the occurrence records count by basis of record. -
Uses of BasisOfRecord in org.gbif.api.vocabulary
Methods in org.gbif.api.vocabulary that return BasisOfRecordModifier and TypeMethodDescriptionstatic BasisOfRecordReturns the enum constant of this class with the specified name.static BasisOfRecord[]BasisOfRecord.values()Returns an array containing the constants of this enum class, in the order they are declared.