public class PushNotificationConfig extends Object
| Constructor and Description |
|---|
PushNotificationConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsScheduled()
if the operations are delivered to the devices on a scheduled manner or imediately
|
Map<String,String> |
getProperties()
Get properties
|
String |
getType()
Type of the push notification provider.
|
int |
hashCode() |
PushNotificationConfig |
isScheduled(Boolean isScheduled) |
PushNotificationConfig |
properties(Map<String,String> properties) |
PushNotificationConfig |
putPropertiesItem(String key,
String propertiesItem) |
void |
setIsScheduled(Boolean isScheduled) |
void |
setProperties(Map<String,String> properties) |
void |
setType(String type) |
String |
toString() |
PushNotificationConfig |
type(String type) |
public PushNotificationConfig type(String type)
public String getType()
public void setType(String type)
public PushNotificationConfig properties(Map<String,String> properties)
public PushNotificationConfig putPropertiesItem(String key, String propertiesItem)
public PushNotificationConfig isScheduled(Boolean isScheduled)
public Boolean getIsScheduled()
public void setIsScheduled(Boolean isScheduled)
Copyright © 2017 WSO2. All rights reserved.