Package | Description |
---|---|
org.gbif.api.jackson | |
org.gbif.api.model.common.search | |
org.gbif.api.model.occurrence | |
org.gbif.api.model.occurrence.search | |
org.gbif.api.util | |
org.gbif.api.ws.mixin |
Modifier and Type | Method and Description |
---|---|
IsoDateInterval |
IsoDateIntervalSerde.IsoDateIntervalDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
IsoDateIntervalSerde.IsoDateIntervalSerializer.serialize(IsoDateInterval value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
SearchRequest.addParameter(P parameter,
IsoDateInterval value)
Adds the specified date parameter as an ISO date interval.
|
Modifier and Type | Method and Description |
---|---|
IsoDateInterval |
Occurrence.getEventDate()
The date the occurrence was recorded or collected.
|
Modifier and Type | Method and Description |
---|---|
void |
Occurrence.setEventDate(IsoDateInterval eventDate) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceSearchRequest.addEventDateFilter(IsoDateInterval date) |
Modifier and Type | Method and Description |
---|---|
static IsoDateInterval |
IsoDateInterval.fromString(String text)
Parses a well-formatted IsoDateInterval from the text representation.
|
static IsoDateInterval |
IsoDateInterval.fromString(String textFrom,
String textTo)
Parses a well-formatted IsoDateInterval from the text representation.
|
Modifier and Type | Method and Description |
---|---|
IsoDateInterval |
OccurrenceMixin.getEventDate() |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.