public interface

WebNotification

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

Summary

Public Methods
abstract List<String> getUserIds()
Get the list of user ids, which identifies the recipients of the notification
abstract void send()
Send the push notification@return
abstract void setUserIds(List<String> userIds)
Set the list of user ids, which identifies the recipients of the notification

Public Methods

public abstract List<String> getUserIds ()

Get the list of user ids, which identifies the recipients of the notification

Returns
  • list of user ids

public abstract void send ()

Send the push notification@return

public abstract void setUserIds (List<String> userIds)

Set the list of user ids, which identifies the recipients of the notification