public class SpaceResultsEntity extends Object
| Constructor and Description |
|---|
SpaceResultsEntity(Collection<SpaceEntity> spaces,
int resultsLimit,
boolean resultsTruncated) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResultsLimit() |
Collection<SpaceEntity> |
getSpaces() |
boolean |
isResultsTruncated() |
public SpaceResultsEntity(Collection<SpaceEntity> spaces, int resultsLimit, boolean resultsTruncated)
public Collection<SpaceEntity> getSpaces()
public boolean isResultsTruncated()
public int getResultsLimit()
Copyright © 2017 Atlassian. All rights reserved.