Class SpaceWatch
java.lang.Object
com.atlassian.confluence.api.model.watch.AbstractWatch
com.atlassian.confluence.api.model.watch.SpaceWatch
- Direct Known Subclasses:
 ExtendedSpaceWatch
- Since:
 - 6.5.0
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionSpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes) SpaceWatch(User watcher, String spaceKey, List<ContentType> contentTypes) SpaceWatch(SpaceWatch.SpaceWatchBuilder builder)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic SpaceWatch.SpaceWatchBuilderbuilder()getSpace()toString()Methods inherited from class com.atlassian.confluence.api.model.watch.AbstractWatch
getWatcher 
- 
Constructor Details
- 
SpaceWatch
 - 
SpaceWatch
public SpaceWatch(@NonNull User watcher, @NonNull Reference<Space> space, List<ContentType> contentTypes)  - 
SpaceWatch
 
 - 
 - 
Method Details
- 
toString
- Overrides:
 toStringin classAbstractWatch
 - 
getSpace
 - 
getContentTypes
 - 
builder
 
 -