Class SpaceEntityListContext
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityListContext
-
public class SpaceEntityListContext extends Object
Represents the context for whichSpaceEntityList
s 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 Integer
getMaxResults()
Set<String>
getSpaceKeys()
String
getSpaceType()
Integer
getStartIndex()
-