Uses of Class
com.atlassian.confluence.it.feed.SpaceScope
-
Packages that use SpaceScope Package Description com.atlassian.confluence.it.feed -
-
Uses of SpaceScope in com.atlassian.confluence.it.feed
Fields in com.atlassian.confluence.it.feed declared as SpaceScope Modifier and Type Field Description static SpaceScope
SpaceScope. ALL
static SpaceScope
SpaceScope. GLOBAL
static SpaceScope
SpaceScope. PERSONAL
Methods in com.atlassian.confluence.it.feed that return SpaceScope Modifier and Type Method Description SpaceScope
FeedOptions. getSpaceScope()
SpaceScope
SpaceScope. union(SpaceScope otherScope)
Returns the union of the two scopes.Methods in com.atlassian.confluence.it.feed with parameters of type SpaceScope Modifier and Type Method Description void
FeedOptions. setSpaceScope(SpaceScope spaceScope)
Set a list of spaces to return results from.SpaceScope
SpaceScope. union(SpaceScope otherScope)
Returns the union of the two scopes.
-