Class SpaceEntityListContext
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityListContext
-
public class SpaceEntityListContext extends Object
Represents the context for whichSpaceEntityLists are queried in.Values in this context can return
null, indicating that they were undefined. It is up to the query implementations to define default behaviour when the values arenull.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxResults()Set<String>getSpaceKeys()StringgetSpaceType()IntegergetStartIndex()
-