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

java.lang.Object
  extended by com.atlassian.confluence.plugins.rest.entities.SpaceEntityList

public class SpaceEntityList
extends Object

A List wrapper for SpaceEntity objects


Constructor Summary
SpaceEntityList()
           
 
Method Summary
 List<SpaceEntity> getSpaces()
           
 void setSpaces(List<SpaceEntity> spaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceEntityList

public SpaceEntityList()
Method Detail

getSpaces

public List<SpaceEntity> getSpaces()

setSpaces

public void setSpaces(List<SpaceEntity> spaces)


Copyright © 2003-2012 Atlassian. All Rights Reserved.