public interface NetuitiveNotificationClient
Modifier and Type | Method and Description |
---|---|
NotificationWrapper |
create(NotificationWrapper notificationWrapper) |
void |
delete(java.lang.Long id) |
NotificationWrapper |
get(java.lang.Long id) |
NotificationsWrapper |
list() |
java.lang.String |
sendTestNotification(NotificationWrapper notificationWrapper) |
NotificationWrapper |
update(java.lang.Long id,
NotificationWrapper notificationWrapper) |
NotificationWrapper create(NotificationWrapper notificationWrapper)
void delete(java.lang.Long id)
NotificationWrapper get(java.lang.Long id)
NotificationsWrapper list()
NotificationWrapper update(java.lang.Long id, NotificationWrapper notificationWrapper)
java.lang.String sendTestNotification(NotificationWrapper notificationWrapper)