Class SpaceEntityList
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.entities.SpaceEntityList
-
public class SpaceEntityList extends Object
A List wrapper forSpaceEntityobjects
-
-
Constructor Summary
Constructors Constructor Description SpaceEntityList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<SpaceEntity>getSpaces()inthashCode()voidsetSpaces(List<SpaceEntity> spaces)StringtoString()
-
-
-
Method Detail
-
getSpaces
public List<SpaceEntity> getSpaces()
-
setSpaces
public void setSpaces(List<SpaceEntity> spaces)
-
-