Uses of Class
org.fiware.ngsi.model.EntityListVO
-
Uses of EntityListVO in org.fiware.ngsi.api
Modifier 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) Modifier 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)