public class NotificationResource extends BaseResource
| Modifier and Type | Method and Description |
|---|---|
NotificationEntity |
createNotification(NotificationEntity notification) |
void |
deleteNotification(Long notificationId) |
NotificationEntity |
getNotification(Long notificationId) |
NotificationDataEntity |
getNotificationData(Long notificationId,
String notificationDataId) |
NotificationsEntity |
getNotifications(Pagination pagination) |
NotificationsDataEntity |
getNotificationsData(Long notificationId,
String email,
Pagination pagination) |
NotificationDataEntity |
sendNotification(Long notificationId,
NotificationDataEntity notification) |
void |
updateNotification(NotificationEntity notification) |
getConnectorpublic NotificationsEntity getNotifications(Pagination pagination) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic NotificationEntity createNotification(NotificationEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic NotificationEntity getNotification(Long notificationId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic void updateNotification(NotificationEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic void deleteNotification(Long notificationId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic NotificationDataEntity sendNotification(Long notificationId, NotificationDataEntity notification) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic NotificationsDataEntity getNotificationsData(Long notificationId, String email, Pagination pagination) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionpublic NotificationDataEntity getNotificationData(Long notificationId, String notificationDataId) throws ApiException, InvalidRequestException
ApiExceptionInvalidRequestExceptionCopyright © 2018. All rights reserved.