Class NotificationResource

java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.notifications.NotificationResource
All Implemented Interfaces:
RestResource

@Path("/client/notifications") public class NotificationResource extends AbstractRestResource
  • Constructor Details

  • Method Details

    • getNotifications

      @GET @Produces("application/json") public HalBean getNotifications(@QueryParam("_offset") String offsetString, @QueryParam("_limit") String limitString)
    • markNotificationAsRead

      @PATCH @Path("{key}/read") public jakarta.ws.rs.core.Response markNotificationAsRead(@PathParam("key") String key)