Uses of Class
org.fiware.ngsi.model.SubscriptionFragmentVO
Packages that use SubscriptionFragmentVO
- 
Uses of SubscriptionFragmentVO in org.fiware.ngsi.api
Methods in org.fiware.ngsi.api with parameters of type SubscriptionFragmentVOModifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>ContextSourcesApi.updateCSourceSubscription(URI subscriptionId, SubscriptionFragmentVO subscriptionFragmentVO) io.micronaut.http.HttpResponse<Object>CSourceSubscriptionsApi.updateCSourceSubscription(URI subscriptionId, SubscriptionFragmentVO subscriptionFragmentVO) io.micronaut.http.HttpResponse<Object>ContextSubscriptionApi.updateSubscription(URI subscriptionId, SubscriptionFragmentVO subscriptionFragmentVO) io.micronaut.http.HttpResponse<Object>SubscriptionsApi.updateSubscription(URI subscriptionId, SubscriptionFragmentVO subscriptionFragmentVO)  - 
Uses of SubscriptionFragmentVO in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return SubscriptionFragmentVOModifier and TypeMethodDescriptionSubscriptionFragmentVO.addEntitiesItem(EntityInfoVO entitiesItem) SubscriptionFragmentVO.addWatchedAttributesItem(String watchedAttributesItem) SubscriptionFragmentVO.description(String newDescription) SubscriptionFragmentVO.entities(List<EntityInfoVO> newEntities) SubscriptionFragmentVO.geoQ(GeoQueryVO newGeoQ) SubscriptionFragmentVO.setAtContext(Object newAtContext) SubscriptionFragmentVO.setDescription(String newDescription) SubscriptionFragmentVO.setEntities(List<EntityInfoVO> newEntities) SubscriptionFragmentVO.setExpires(Instant newExpires) SubscriptionFragmentVO.setGeoQ(GeoQueryVO newGeoQ) SubscriptionFragmentVO.setIsActive(Boolean newIsActive) SubscriptionFragmentVO.setThrottling(Double newThrottling) SubscriptionFragmentVO.setTimeInterval(Double newTimeInterval) SubscriptionFragmentVO.setWatchedAttributes(Set<String> newWatchedAttributes) SubscriptionFragmentVO.throttling(Double newThrottling) SubscriptionFragmentVO.timeInterval(Double newTimeInterval) SubscriptionFragmentVO.watchedAttributes(Set<String> newWatchedAttributes)