com.atlassian.confluence.plugins.rest.entities
Class SpaceEntityListContext

java.lang.Object
  extended by 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.


Constructor Summary
SpaceEntityListContext(String spaceType, Integer startIndex, Integer maxResults, Set<String> spaceKeys)
           
 
Method Summary
 Integer getMaxResults()
           
 Set<String> getSpaceKeys()
           
 String getSpaceType()
           
 Integer getStartIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceEntityListContext

public SpaceEntityListContext(String spaceType,
                              Integer startIndex,
                              Integer maxResults,
                              Set<String> spaceKeys)
Method Detail

getSpaceType

public String getSpaceType()

getStartIndex

public Integer getStartIndex()

getMaxResults

public Integer getMaxResults()

getSpaceKeys

public Set<String> getSpaceKeys()


Copyright © 2003-2012 Atlassian. All Rights Reserved.