Uses of Class
org.gbif.api.util.IsoDateInterval
-
Packages that use IsoDateInterval 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 -
-
Uses of IsoDateInterval in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return IsoDateInterval Modifier and Type Method Description IsoDateInterval
IsoDateIntervalSerde.IsoDateIntervalDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
Methods in org.gbif.api.jackson with parameters of type IsoDateInterval Modifier and Type Method Description void
IsoDateIntervalSerde.IsoDateIntervalSerializer. serialize(IsoDateInterval value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-
Uses of IsoDateInterval in org.gbif.api.model.common.search
Methods in org.gbif.api.model.common.search with parameters of type IsoDateInterval Modifier and Type Method Description void
SearchRequest. addParameter(P parameter, IsoDateInterval value)
Adds the specified date parameter as an ISO date interval. -
Uses of IsoDateInterval in org.gbif.api.model.occurrence
Methods in org.gbif.api.model.occurrence that return IsoDateInterval Modifier and Type Method Description IsoDateInterval
Occurrence. getEventDate()
The date the occurrence was recorded or collected.Methods in org.gbif.api.model.occurrence with parameters of type IsoDateInterval Modifier and Type Method Description void
Occurrence. setEventDate(IsoDateInterval eventDate)
-
Uses of IsoDateInterval in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type IsoDateInterval Modifier and Type Method Description void
OccurrenceSearchRequest. addEventDateFilter(IsoDateInterval date)
-
Uses of IsoDateInterval in org.gbif.api.util
Methods in org.gbif.api.util that return IsoDateInterval Modifier and Type Method 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. -
Uses of IsoDateInterval in org.gbif.api.ws.mixin
Methods in org.gbif.api.ws.mixin that return IsoDateInterval Modifier and Type Method Description IsoDateInterval
OccurrenceMixin. getEventDate()
-