public class NotificationManagementServiceImpl extends Object implements NotificationManagementService
| Constructor and Description |
|---|
NotificationManagementServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getNotifications(String status,
String ifModifiedSince,
int offset,
int limit) |
javax.ws.rs.core.Response |
updateNotificationStatus(int id) |
public javax.ws.rs.core.Response getNotifications(@Size(max=45)
String status,
@HeaderParam(value="If-Modified-Since")
String ifModifiedSince,
int offset,
int limit)
getNotifications in interface NotificationManagementServicepublic javax.ws.rs.core.Response updateNotificationStatus(@Max(value=45L)
int id)
updateNotificationStatus in interface NotificationManagementServiceCopyright © 2017 WSO2. All rights reserved.