Uses of Class
org.fiware.ngsi.model.EntityListVO
Packages that use EntityListVO
-
Uses of EntityListVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api that return types with arguments of type EntityListVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<EntityListVO>
ContextInformationApi.queryEntities
(String id, String idPattern, String type, String attrs, String q, String georel, String geometry, String coordinates, String geoproperty, String csf, Integer limit, String options) io.micronaut.http.HttpResponse<EntityListVO>
EntitiesApi.queryEntities
(String id, String idPattern, String type, String attrs, String q, String georel, String geometry, String coordinates, String geoproperty, String csf, Integer limit, String options) Methods in org.fiware.ngsi.api with parameters of type EntityListVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityCreation
(EntityListVO entityListVO) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityCreation
(EntityListVO entityListVO) io.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityUpdate
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityUpdate
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
BatchOperationsApi.batchEntityUpsert
(EntityListVO entityListVO, String options) io.micronaut.http.HttpResponse<BatchOperationResultVO>
EntitiesApi.batchEntityUpsert
(EntityListVO entityListVO, String options)