Uses of Class
org.fiware.ngsi.model.BatchOperationResultVO
Packages that use BatchOperationResultVO
- 
Uses of BatchOperationResultVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api that return types with arguments of type BatchOperationResultVOModifier 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.batchEntityDelete(List<URI> javaNetURI) io.micronaut.http.HttpResponse<BatchOperationResultVO>EntitiesApi.batchEntityDelete(List<URI> javaNetURI) 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)  - 
Uses of BatchOperationResultVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return BatchOperationResultVOModifier and TypeMethodDescriptionBatchOperationResultVO.addErrorItem(BatchEntityErrorVO errorItem) BatchOperationResultVO.addSuccessItem(URI successItem) BatchOperationResultVO.error(List<BatchEntityErrorVO> newError) BatchOperationResultVO.setError(List<BatchEntityErrorVO> newError) BatchOperationResultVO.setSuccess(List<URI> newSuccess)