Uses of Class
org.gbif.api.vocabulary.BasisOfRecord
-
Packages that use BasisOfRecord Package Description org.gbif.api.jackson org.gbif.api.model.metrics.cube Provides the classes necessary to construct read only requests to well defined cubes.org.gbif.api.model.occurrence org.gbif.api.model.occurrence.search org.gbif.api.service.occurrence org.gbif.api.vocabulary -
-
Uses of BasisOfRecord in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return BasisOfRecord Modifier and Type Method Description BasisOfRecord
BasisOfRecordSerde.BasisOfRecordJsonDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.gbif.api.jackson with parameters of type BasisOfRecord Modifier and Type Method Description void
BasisOfRecordSerde.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 BasisOfRecord Modifier and Type Field Description static Dimension<BasisOfRecord>
OccurrenceCube. BASIS_OF_RECORD
-
Uses of BasisOfRecord in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return BasisOfRecord Modifier and Type Method Description BasisOfRecord
Occurrence. getBasisOfRecord()
Methods in org.gbif.api.model.occurrence with parameters of type BasisOfRecord Modifier and Type Method Description void
Occurrence. setBasisOfRecord(BasisOfRecord basisOfRecord)
-
Uses of BasisOfRecord in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type BasisOfRecord Modifier and Type Method Description void
OccurrenceSearchRequest. 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 BasisOfRecord Modifier and Type Method Description Map<BasisOfRecord,Long>
OccurrenceDistributionIndexService. 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 BasisOfRecord Modifier and Type Method Description static BasisOfRecord
BasisOfRecord. valueOf(String name)
Returns the enum constant of this type with the specified name.static BasisOfRecord[]
BasisOfRecord. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-