public class SpaceEntityListContext extends Object
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 and Description |
---|
SpaceEntityListContext(String spaceType,
Integer startIndex,
Integer maxResults,
Set<String> spaceKeys) |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxResults() |
Set<String> |
getSpaceKeys() |
String |
getSpaceType() |
Integer |
getStartIndex() |
Copyright © 2003–2019 Atlassian. All rights reserved.