Uses of Class
com.cumulocity.rest.representation.reliable.notification.NotificationSubscriptionRepresentation
Package
Description
-
Uses of NotificationSubscriptionRepresentation in com.cumulocity.rest.representation.reliable.notification
Modifier and TypeMethodDescriptionNotificationSubscriptionCollectionRepresentation.getSubscriptions()
NotificationSubscriptionCollectionRepresentation.iterator()
Modifier and TypeMethodDescriptionvoid
NotificationSubscriptionCollectionRepresentation.setSubscriptions
(List<NotificationSubscriptionRepresentation> subscriptions) -
Uses of NotificationSubscriptionRepresentation in com.cumulocity.sdk.client.messaging.notifications
Modifier and TypeMethodDescriptionNotificationSubscriptionApi.subscribe
(NotificationSubscriptionRepresentation representation) Creates a subscription to a source.NotificationSubscriptionApiImpl.subscribe
(NotificationSubscriptionRepresentation representation) Modifier and TypeMethodDescriptionPagedNotificationSubscriptionCollectionRepresentation.allPages()
PagedNotificationSubscriptionCollectionRepresentation.elements
(int limit) Modifier and TypeMethodDescriptionvoid
NotificationSubscriptionApi.delete
(NotificationSubscriptionRepresentation subscription) Delete by object.void
NotificationSubscriptionApiImpl.delete
(NotificationSubscriptionRepresentation subscription) NotificationSubscriptionApi.subscribe
(NotificationSubscriptionRepresentation representation) Creates a subscription to a source.NotificationSubscriptionApiImpl.subscribe
(NotificationSubscriptionRepresentation representation) ModifierConstructorDescriptionPagedNotificationSubscriptionCollectionRepresentation
(NotificationSubscriptionCollectionRepresentation collection, PagedCollectionResource<NotificationSubscriptionRepresentation, ? extends NotificationSubscriptionCollectionRepresentation> collectionResource)