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