Class LabelWatchesResource
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.resources.LabelWatchesResource
-
public class LabelWatchesResource extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelWatchesResource(NotificationManager notificationManager, LabelManager labelManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
addLabelWatch(long labelId)
javax.ws.rs.core.Response
getLabelWatches(long labelId)
javax.ws.rs.core.Response
removeLabelWatch(long labelId)
-
-
-
Constructor Detail
-
LabelWatchesResource
public LabelWatchesResource(NotificationManager notificationManager, LabelManager labelManager)
-
-