Uses of Class
org.gbif.api.util.IsoDateInterval
Packages that use IsoDateInterval
Package
Description
-
Uses of IsoDateInterval in org.gbif.api.jackson
Methods in org.gbif.api.jackson that return IsoDateIntervalModifier and TypeMethodDescriptionIsoDateIntervalSerde.IsoDateIntervalDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.gbif.api.jackson with parameters of type IsoDateIntervalModifier and TypeMethodDescriptionvoid
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 IsoDateIntervalModifier and TypeMethodDescriptionvoid
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 IsoDateIntervalModifier and TypeMethodDescriptionOccurrence.getEventDate()
The date the occurrence was recorded or collected.Methods in org.gbif.api.model.occurrence with parameters of type IsoDateInterval -
Uses of IsoDateInterval in org.gbif.api.model.occurrence.search
Methods in org.gbif.api.model.occurrence.search with parameters of type IsoDateIntervalModifier and TypeMethodDescriptionvoid
OccurrenceSearchRequest.addEventDateFilter
(IsoDateInterval date) -
Uses of IsoDateInterval in org.gbif.api.util
Methods in org.gbif.api.util that return IsoDateIntervalModifier and TypeMethodDescriptionstatic 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