java.lang.Object | ||
↳ | com.microstrategy.web.objects.WebNotificationAbstract | |
↳ | com.microstrategy.web.objects.WebPushNotificationImpl |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected int | deliveryType | ||||||||||
protected String | objectId | ||||||||||
protected PushNotificationPayload | pushNotificationPayload |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |