public class MessageNotificationAttachment extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_IDENTIFIER |
static String |
PARAM_TYPE |
static String |
PARAM_URL |
| Constructor and Description |
|---|
MessageNotificationAttachment(String identifier,
String type,
String url)
Attachments added to the notification (they can be part of the data object).
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final String PARAM_IDENTIFIER
public static final String PARAM_TYPE
public static final String PARAM_URL