public class WebNotificationControllerService extends Object
| Constructor | Description |
|---|---|
WebNotificationControllerService() |
| Modifier and Type | Method | Description |
|---|---|---|
org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> |
getNotifications(org.youngmonkeys.ezyplatform.pagination.NotificationReceiverFilter filter,
String nextPageToken,
String prevPageToken,
boolean lastPage,
int limit) |
|
org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> |
getUserNotifications(long userId,
String nextPageToken,
String prevPageToken,
boolean lastPage,
int limit) |
public org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> getUserNotifications(long userId, String nextPageToken, String prevPageToken, boolean lastPage, int limit)
public org.youngmonkeys.ezyplatform.model.PaginationModel<NotificationResponse> getNotifications(org.youngmonkeys.ezyplatform.pagination.NotificationReceiverFilter filter, String nextPageToken, String prevPageToken, boolean lastPage, int limit)
Copyright © 2026 Young Monkeys. All rights reserved.