| 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 | |
| org.gbif.common.parsers | 
| Modifier and Type | Method and Description | 
|---|---|
BasisOfRecord | 
BasisOfRecordSerde.BasisOfRecordJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
           com.fasterxml.jackson.databind.DeserializationContext ctxt)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BasisOfRecordSerde.BasisOfRecordJsonSerializer.serialize(BasisOfRecord value,
         com.fasterxml.jackson.core.JsonGenerator jgen,
         com.fasterxml.jackson.databind.SerializerProvider provider)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Dimension<BasisOfRecord> | 
OccurrenceCube.BASIS_OF_RECORD  | 
| Modifier and Type | Method and Description | 
|---|---|
BasisOfRecord | 
Occurrence.getBasisOfRecord()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Occurrence.setBasisOfRecord(BasisOfRecord basisOfRecord)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OccurrenceSearchRequest.addBasisOfRecordFilter(BasisOfRecord basisOfRecord)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<BasisOfRecord,Long> | 
OccurrenceDistributionIndexService.getBasisOfRecordCounts()
Returns the occurrence records count by basis of record. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ParseResult<BasisOfRecord> | 
BasisOfRecordParser.parse(String input)  | 
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.