Class SpaceEntityList
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityList
-
public class SpaceEntityList extends Object
A List wrapper forSpaceEntity
objects
-
-
Constructor Summary
Constructors Constructor Description SpaceEntityList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<SpaceEntity>
getSpaces()
int
hashCode()
void
setSpaces(List<SpaceEntity> spaces)
String
toString()
-
-
-
Method Detail
-
getSpaces
public List<SpaceEntity> getSpaces()
-
setSpaces
public void setSpaces(List<SpaceEntity> spaces)
-
-