public class

WebPushNotificationImpl

extends WebNotificationAbstract
implements WebPushNotification
java.lang.Object
   ↳ com.microstrategy.web.objects.WebNotificationAbstract
     ↳ com.microstrategy.web.objects.WebPushNotificationImpl

Summary

Fields
protected int deliveryType
protected String objectId
protected PushNotificationPayload pushNotificationPayload
[Expand]
Inherited Fields
From class com.microstrategy.web.objects.WebNotificationAbstract
Public Constructors
WebPushNotificationImpl(WebObjectsFactory factory)
Public Methods
int getDeliveryType()
String getObjectId()
PushNotificationPayload getPushNotificationPayload()
void send()
Send the push notification@return
void setDeliveryType(int deliveryType)
void setObjectId(String objectId)
void setPushNotificationPayload(PushNotificationPayload pushNotificationPayload)
String toString()
[Expand]
Inherited Methods
From class com.microstrategy.web.objects.WebNotificationAbstract
From class java.lang.Object
From interface com.microstrategy.web.objects.WebNotification
From interface com.microstrategy.web.objects.WebPushNotification

Fields

protected int deliveryType

protected String objectId

protected PushNotificationPayload pushNotificationPayload

Public Constructors

public WebPushNotificationImpl (WebObjectsFactory factory)

Public Methods

public int getDeliveryType ()

public String getObjectId ()

public PushNotificationPayload getPushNotificationPayload ()

public void send ()

Send the push notification@return

public void setDeliveryType (int deliveryType)

public void setObjectId (String objectId)

public void setPushNotificationPayload (PushNotificationPayload pushNotificationPayload)

public String toString ()