public interface

WebPushNotification

implements WebNotification
com.microstrategy.web.objects.WebPushNotification
Known Indirect Subclasses

Class Overview

Created by ctouret on 5/1/17. This interface describes the behavior of a push notification (initially intended for mobile).

Summary

Public Methods
abstract int getDeliveryType()
abstract String getObjectId()
abstract PushNotificationPayload getPushNotificationPayload()
abstract void setDeliveryType(int deliveryType)
abstract void setObjectId(String objectId)
abstract void setPushNotificationPayload(PushNotificationPayload pushNotificationPayload)
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.WebNotification

Public Methods

public abstract int getDeliveryType ()

public abstract String getObjectId ()

public abstract PushNotificationPayload getPushNotificationPayload ()

public abstract void setDeliveryType (int deliveryType)

public abstract void setObjectId (String objectId)

public abstract void setPushNotificationPayload (PushNotificationPayload pushNotificationPayload)