Uses of Class
com.cumulocity.rest.representation.reliable.notification.NotificationSubscriptionRepresentation
Packages that use NotificationSubscriptionRepresentation
Package
Description
-
Uses of NotificationSubscriptionRepresentation in com.cumulocity.rest.representation.reliable.notification
Methods in com.cumulocity.rest.representation.reliable.notification that return types with arguments of type NotificationSubscriptionRepresentationModifier and TypeMethodDescriptionNotificationSubscriptionCollectionRepresentation.getSubscriptions()
NotificationSubscriptionCollectionRepresentation.iterator()
Method parameters in com.cumulocity.rest.representation.reliable.notification with type arguments of type NotificationSubscriptionRepresentationModifier and TypeMethodDescriptionvoid
NotificationSubscriptionCollectionRepresentation.setSubscriptions
(List<NotificationSubscriptionRepresentation> subscriptions) -
Uses of NotificationSubscriptionRepresentation in com.cumulocity.sdk.client.messaging.notifications
Methods in com.cumulocity.sdk.client.messaging.notifications that return NotificationSubscriptionRepresentationModifier and TypeMethodDescriptionNotificationSubscriptionApi.subscribe
(NotificationSubscriptionRepresentation representation) Creates a subscription to a source.NotificationSubscriptionApiImpl.subscribe
(NotificationSubscriptionRepresentation representation) Methods in com.cumulocity.sdk.client.messaging.notifications that return types with arguments of type NotificationSubscriptionRepresentationModifier and TypeMethodDescriptionPagedNotificationSubscriptionCollectionRepresentation.allPages()
PagedNotificationSubscriptionCollectionRepresentation.elements
(int limit) Methods in com.cumulocity.sdk.client.messaging.notifications with parameters of type NotificationSubscriptionRepresentationModifier 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) Constructor parameters in com.cumulocity.sdk.client.messaging.notifications with type arguments of type NotificationSubscriptionRepresentationModifierConstructorDescriptionPagedNotificationSubscriptionCollectionRepresentation
(NotificationSubscriptionCollectionRepresentation collection, PagedCollectionResource<NotificationSubscriptionRepresentation, ? extends NotificationSubscriptionCollectionRepresentation> collectionResource)