com.atlassian.confluence.plugins.rest.entities
Class SpaceEntityListContext
java.lang.Object
com.atlassian.confluence.plugins.rest.entities.SpaceEntityListContext
public class SpaceEntityListContext
- extends java.lang.Object
Represents the context for which SpaceEntityList
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 are null
.
Constructor Summary |
SpaceEntityListContext(java.lang.String spaceType,
java.lang.Integer startIndex,
java.lang.Integer maxResults,
java.util.Set<java.lang.String> spaceKeys)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceEntityListContext
public SpaceEntityListContext(java.lang.String spaceType,
java.lang.Integer startIndex,
java.lang.Integer maxResults,
java.util.Set<java.lang.String> spaceKeys)
getSpaceType
public java.lang.String getSpaceType()
getStartIndex
public java.lang.Integer getStartIndex()
getMaxResults
public java.lang.Integer getMaxResults()
getSpaceKeys
public java.util.Set<java.lang.String> getSpaceKeys()
Copyright © 2003-2014 Atlassian. All Rights Reserved.