Uses of Class
org.fiware.ngsi.model.EntityInfoVO
Packages that use EntityInfoVO
- 
Uses of EntityInfoVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return EntityInfoVOModifier and TypeMethodDescriptionQueryVO.entities()QueryVO.getEntities()EntityInfoVO.setIdPattern(String newIdPattern) Methods in org.fiware.ngsi.model that return types with arguments of type EntityInfoVOModifier and TypeMethodDescriptionRegistrationInfoVO.entities()SubscriptionFragmentVO.entities()SubscriptionVO.entities()RegistrationInfoVO.getEntities()SubscriptionFragmentVO.getEntities()SubscriptionVO.getEntities()Methods in org.fiware.ngsi.model with parameters of type EntityInfoVOModifier and TypeMethodDescriptionRegistrationInfoVO.addEntitiesItem(EntityInfoVO entitiesItem) SubscriptionFragmentVO.addEntitiesItem(EntityInfoVO entitiesItem) SubscriptionVO.addEntitiesItem(EntityInfoVO entitiesItem) QueryVO.entities(EntityInfoVO newEntities) QueryVO.setEntities(EntityInfoVO newEntities) Method parameters in org.fiware.ngsi.model with type arguments of type EntityInfoVOModifier and TypeMethodDescriptionRegistrationInfoVO.entities(List<EntityInfoVO> newEntities) SubscriptionFragmentVO.entities(List<EntityInfoVO> newEntities) SubscriptionVO.entities(List<EntityInfoVO> newEntities) RegistrationInfoVO.setEntities(List<EntityInfoVO> newEntities) SubscriptionFragmentVO.setEntities(List<EntityInfoVO> newEntities) SubscriptionVO.setEntities(List<EntityInfoVO> newEntities)