Class Notifications


  • @Path("notifications")
    public class Notifications
    extends Collection
    • Constructor Detail

      • Notifications

        public Notifications()
    • Method Detail

      • createNotification

        @POST
        @Path("/")
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response createNotification​(org.gcube.social_networking.socialnetworking.model.shared.Notification notification)
      • setNotificationToRead

        @PUT
        @Path("/{id}")
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response setNotificationToRead​(@NotNull @PathParam("id")
                                                                 @NotNull String id)
      • readNotification

        @GET
        @Path("/{id}")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response readNotification​(@NotNull @PathParam("id")
                                                            @NotNull String id)