Uses of Class
org.fiware.ngsi.model.BatchEntityErrorVO
Packages that use BatchEntityErrorVO
- 
Uses of BatchEntityErrorVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return BatchEntityErrorVOModifier and TypeMethodDescriptionBatchEntityErrorVO.error(ProblemDetailsVO newError) BatchEntityErrorVO.setEntityId(URI newEntityId) BatchEntityErrorVO.setError(ProblemDetailsVO newError) Methods in org.fiware.ngsi.model that return types with arguments of type BatchEntityErrorVOModifier and TypeMethodDescriptionBatchOperationResultVO.error()BatchOperationResultVO.getError()Methods in org.fiware.ngsi.model with parameters of type BatchEntityErrorVOModifier and TypeMethodDescriptionBatchOperationResultVO.addErrorItem(BatchEntityErrorVO errorItem) Method parameters in org.fiware.ngsi.model with type arguments of type BatchEntityErrorVOModifier and TypeMethodDescriptionBatchOperationResultVO.error(List<BatchEntityErrorVO> newError) BatchOperationResultVO.setError(List<BatchEntityErrorVO> newError)