Class InboxUserNotificationResourceURIs
- java.lang.Object
-
- org.silverpeas.core.webapi.notification.user.InboxUserNotificationResourceURIs
-
-
Constructor Summary
Constructors Constructor Description InboxUserNotificationResourceURIs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
ofNotification(SILVERMAILMessage message)
URI
ofNotificationToMarkAsRead(SILVERMAILMessage message)
-
-
-
Field Detail
-
BASE_URI
public static final String BASE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
ofNotification
public URI ofNotification(SILVERMAILMessage message)
-
ofNotificationToMarkAsRead
public URI ofNotificationToMarkAsRead(SILVERMAILMessage message)
-
-