com.microstrategy.web.objects.WebPushNotification |
![]() |
Created by ctouret on 5/1/17. This interface describes the behavior of a push notification (initially intended for mobile).
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 | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|