Uses of Class
org.fiware.ngsi.model.SubscriptionFragmentVO
-
Uses of SubscriptionFragmentVO in org.fiware.ngsi.api
Modifier 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
Modifier 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)