Uses of Class
org.fiware.ngsi.model.NotUpdatedDetailsVO
Packages that use NotUpdatedDetailsVO
-
Uses of NotUpdatedDetailsVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return NotUpdatedDetailsVOModifier and TypeMethodDescriptionNotUpdatedDetailsVO.attributeName
(String newAttributeName) NotUpdatedDetailsVO.setAttributeName
(String newAttributeName) Methods in org.fiware.ngsi.model that return types with arguments of type NotUpdatedDetailsVOMethods in org.fiware.ngsi.model with parameters of type NotUpdatedDetailsVOModifier and TypeMethodDescriptionUpdateResultVO.addNotUpdatedItem
(NotUpdatedDetailsVO notUpdatedItem) Method parameters in org.fiware.ngsi.model with type arguments of type NotUpdatedDetailsVOModifier and TypeMethodDescriptionUpdateResultVO.notUpdated
(List<NotUpdatedDetailsVO> newNotUpdated) UpdateResultVO.setNotUpdated
(List<NotUpdatedDetailsVO> newNotUpdated)