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() |
Modifier and Type | Method and Description |
---|---|
OccurrenceParseResult<IsoDateInterval> |
TemporalRangeParser.parse(String dateRange) |
OccurrenceParseResult<IsoDateInterval> |
TemporalRangeParser.parse(String year,
String month,
String day,
String dateRange) |
OccurrenceParseResult<IsoDateInterval> |
TemporalRangeParser.parse(String year,
String month,
String day,
String dateRange,
String startDayOfYear,
String endDayOfYear) |
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.