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.ResponseaddLabelWatch(long labelId)javax.ws.rs.core.ResponsegetLabelWatches(long labelId)javax.ws.rs.core.ResponseremoveLabelWatch(long labelId)
-
-
-
Constructor Detail
-
LabelWatchesResource
public LabelWatchesResource(NotificationManager notificationManager, LabelManager labelManager)
-
-