public class SendCriteria extends Object
For details have a look at the Message Format Specification.
| Constructor and Description |
|---|
SendCriteria(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAliases()
Returns a list of user names or email addresses that will receive
a push notification.
|
List<String> |
getCategories()
Returns a category that will receive a push notification.
|
List<String> |
getDeviceTypes()
Returns a list of device types that will receive a push notification.
|
List<String> |
getVariants()
Returns a list of variant IDs that will receive a push notification.
|
String |
toString() |
public List<String> getAliases()
public List<String> getDeviceTypes()
public List<String> getCategories()
public List<String> getVariants()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.