public class

PushNotificationElement

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.paramsobject.PushNotificationElement

Class Overview

Object that represents a push notification element, i.e. the actual notification object seen on the bar of a mobile phone

Summary

Public Constructors
PushNotificationElement()
PushNotificationElement(String title, String body, String icon, Map<String, String> extraProperties)
Public Methods
String getBody()
Map<String, String> getExtraProperties()
String getIcon()
String getTitle()
void setBody(String body)
void setExtraProperties(Map<String, String> extraProperties)
void setIcon(String icon)
void setTitle(String title)
String toString()
void validate()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PushNotificationElement ()

public PushNotificationElement (String title, String body, String icon, Map<String, String> extraProperties)

Public Methods

public String getBody ()

public Map<String, String> getExtraProperties ()

public String getIcon ()

public String getTitle ()

public void setBody (String body)

public void setExtraProperties (Map<String, String> extraProperties)

public void setIcon (String icon)

public void setTitle (String title)

public String toString ()

public void validate ()

Throws
Exception