Package com.atlassian.confluence.it.feed
Class SpaceScope
- java.lang.Object
-
- com.atlassian.confluence.it.feed.SpaceScope
-
public class SpaceScope extends Object
A selection of spaces for an RSS feed, as selected in the feed builder.- See Also:
FeedOptions
-
-
Field Summary
Fields Modifier and Type Field Description static SpaceScope
ALL
static SpaceScope
GLOBAL
static SpaceScope
PERSONAL
-
Constructor Summary
Constructors Constructor Description SpaceScope(Space space)
SpaceScope(String spaceKey)
SpaceScope(List<String> keys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getKeys()
SpaceScope
union(SpaceScope otherScope)
Returns the union of the two scopes.
-
-
-
Field Detail
-
ALL
public static final SpaceScope ALL
-
GLOBAL
public static final SpaceScope GLOBAL
-
PERSONAL
public static final SpaceScope PERSONAL
-
-
Method Detail
-
union
public SpaceScope union(SpaceScope otherScope)
Returns the union of the two scopes.
-
-