public class AdminApiNotificationsController extends Object
| Constructor | Description |
|---|---|
AdminApiNotificationsController() |
| Modifier and Type | Method | Description |
|---|---|---|
org.youngmonkeys.ezyplatform.response.CountResponse |
adminsMeNotificationsCountGet(long adminId) |
|
org.youngmonkeys.ezyplatform.model.PaginationModel<AdminNotificationResponse> |
adminsMeNotificationsGet(long adminId,
String nextPageToken,
String prevPageToken,
boolean lastPage,
int limit) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
adminsMeNotificationsIdReadPost(long adminId,
long notificationId) |
|
com.tvd12.ezyhttp.core.response.ResponseEntity |
adminsMeNotificationsReadPost(long adminId) |
public org.youngmonkeys.ezyplatform.response.CountResponse adminsMeNotificationsCountGet(long adminId)
public org.youngmonkeys.ezyplatform.model.PaginationModel<AdminNotificationResponse> adminsMeNotificationsGet(long adminId, String nextPageToken, String prevPageToken, boolean lastPage, int limit)
public com.tvd12.ezyhttp.core.response.ResponseEntity adminsMeNotificationsIdReadPost(long adminId,
long notificationId)
public com.tvd12.ezyhttp.core.response.ResponseEntity adminsMeNotificationsReadPost(long adminId)
Copyright © 2026 Young Monkeys. All rights reserved.