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 IsoDateIntervalIsoDateIntervalSerde.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 voidIsoDateIntervalSerde.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 voidSearchRequest. 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 IsoDateIntervalOccurrence. 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 voidOccurrence. 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 voidOccurrenceSearchRequest. 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 IsoDateIntervalIsoDateInterval. fromString(String text)Parses a well-formatted IsoDateInterval from the text representation.static IsoDateIntervalIsoDateInterval. 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 IsoDateIntervalOccurrenceMixin. getEventDate()
-