Class SpaceWatch
- java.lang.Object
-
- com.atlassian.confluence.api.model.watch.AbstractWatch
-
- com.atlassian.confluence.api.model.watch.SpaceWatch
-
@ExperimentalApi public class SpaceWatch extends AbstractWatch
- Since:
- 6.5.0
-
-
Constructor Summary
Constructors Constructor Description SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes)
SpaceWatch(User watcher, String spaceKey, List<ContentType> contentTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ContentType>
getContentTypes()
Space
getSpace()
String
toString()
-
Methods inherited from class com.atlassian.confluence.api.model.watch.AbstractWatch
getWatcher
-
-
-
-
Constructor Detail
-
SpaceWatch
public SpaceWatch(User watcher, String spaceKey, List<ContentType> contentTypes)
-
SpaceWatch
public SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAbstractWatch
-
getSpace
public Space getSpace()
-
getContentTypes
public List<ContentType> getContentTypes()
-
-