Uses of Class
com.cumulocity.rest.representation.reliable.notification.NotificationSubscriptionRepresentation
-
Packages that use NotificationSubscriptionRepresentation Package Description com.cumulocity.rest.representation.reliable.notification com.cumulocity.sdk.client.messaging.notifications -
-
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 NotificationSubscriptionRepresentation Modifier and Type Method Description List<NotificationSubscriptionRepresentation>NotificationSubscriptionCollectionRepresentation. getSubscriptions()Iterator<NotificationSubscriptionRepresentation>NotificationSubscriptionCollectionRepresentation. iterator()Method parameters in com.cumulocity.rest.representation.reliable.notification with type arguments of type NotificationSubscriptionRepresentation Modifier and Type Method Description voidNotificationSubscriptionCollectionRepresentation. setSubscriptions(List<NotificationSubscriptionRepresentation> subscriptions) -
Uses of NotificationSubscriptionRepresentation in com.cumulocity.sdk.client.messaging.notifications
Methods in com.cumulocity.sdk.client.messaging.notifications that return NotificationSubscriptionRepresentation Modifier and Type Method Description NotificationSubscriptionRepresentationNotificationSubscriptionApi. subscribe(NotificationSubscriptionRepresentation representation)Creates a subscription to a source.NotificationSubscriptionRepresentationNotificationSubscriptionApiImpl. subscribe(NotificationSubscriptionRepresentation representation)Methods in com.cumulocity.sdk.client.messaging.notifications that return types with arguments of type NotificationSubscriptionRepresentation Modifier and Type Method Description Iterable<NotificationSubscriptionRepresentation>PagedNotificationSubscriptionCollectionRepresentation. allPages()Iterable<NotificationSubscriptionRepresentation>PagedNotificationSubscriptionCollectionRepresentation. elements(int limit)Methods in com.cumulocity.sdk.client.messaging.notifications with parameters of type NotificationSubscriptionRepresentation Modifier and Type Method Description voidNotificationSubscriptionApi. delete(NotificationSubscriptionRepresentation subscription)Delete by object.voidNotificationSubscriptionApiImpl. delete(NotificationSubscriptionRepresentation subscription)NotificationSubscriptionRepresentationNotificationSubscriptionApi. subscribe(NotificationSubscriptionRepresentation representation)Creates a subscription to a source.NotificationSubscriptionRepresentationNotificationSubscriptionApiImpl. subscribe(NotificationSubscriptionRepresentation representation)Constructor parameters in com.cumulocity.sdk.client.messaging.notifications with type arguments of type NotificationSubscriptionRepresentation Constructor Description PagedNotificationSubscriptionCollectionRepresentation(NotificationSubscriptionCollectionRepresentation collection, PagedCollectionResource<NotificationSubscriptionRepresentation,? extends NotificationSubscriptionCollectionRepresentation> collectionResource)
-