public class SpaceScope extends Object
FeedOptions
Modifier and Type | Field and Description |
---|---|
static SpaceScope |
ALL |
static SpaceScope |
GLOBAL |
static SpaceScope |
PERSONAL |
Constructor and Description |
---|
SpaceScope(List<String> keys) |
SpaceScope(Space space) |
SpaceScope(String spaceKey) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getKeys() |
SpaceScope |
union(SpaceScope otherScope)
Returns the union of the two scopes.
|
public static final SpaceScope ALL
public static final SpaceScope GLOBAL
public static final SpaceScope PERSONAL
public SpaceScope(String spaceKey)
public SpaceScope(Space space)
public SpaceScope union(SpaceScope otherScope)
Copyright © 2003–2018 Atlassian. All rights reserved.