Uses of Class
org.fiware.ngsi.model.QueryVO
Packages that use QueryVO
Package
Description
- 
Uses of QueryVO in org.fiware.mintaka.domain
Methods in org.fiware.mintaka.domain that return QueryVOModifier and TypeMethodDescriptionQueryVODeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)  - 
Uses of QueryVO in org.fiware.mintaka.rest
Methods in org.fiware.mintaka.rest with parameters of type QueryVO - 
Uses of QueryVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api with parameters of type QueryVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>TemporalApi.queryTemporalEntitiesOnPost(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>TemporalEvolutionApi.queryTemporalEntitiesOnPost(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>TemporalRetrievalApi.queryTemporalEntitiesOnPost(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN)  - 
Uses of QueryVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return QueryVOModifier and TypeMethodDescriptionQueryVO.addAttrsItem(String attrsItem) QueryVO.entities(EntityInfoVO newEntities) QueryVO.geoQ(GeoQueryVO newGeoQ) QueryVO.setEntities(EntityInfoVO newEntities) QueryVO.setGeoQ(GeoQueryVO newGeoQ) QueryVO.setTemporalQ(TemporalQueryVO newTemporalQ) QueryVO.setType(QueryVO.Type newType) QueryVO.temporalQ(TemporalQueryVO newTemporalQ) QueryVO.type(QueryVO.Type newType)