Class SpacesRestService.SpaceList
- java.lang.Object
-
- org.exoplatform.social.service.rest.SpacesRestService.SpaceList
-
- Enclosing class:
- SpacesRestService
public static class SpacesRestService.SpaceList extends Object
List that contains space from space service.
Need this class for converter from rest service.
-
-
Constructor Summary
Constructors Constructor Description SpaceList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSpace(SpaceRest space)adds space to space listStringgetMoreSpacesUrl()Get the url of all spaces.List<SpaceRest>getSpaces()gets space listvoidsetMoreSpacesUrl(String allSpacesUrl)Set the url of all spaces.voidsetSpaces(List<SpaceRest> spaces)sets space list
-
-
-
Method Detail
-
setSpaces
public void setSpaces(List<SpaceRest> spaces)
sets space list- Parameters:
spaces- space list
-
addSpace
public void addSpace(SpaceRest space)
adds space to space list- Parameters:
space-- See Also:
Space
-
getMoreSpacesUrl
public String getMoreSpacesUrl()
Get the url of all spaces.- Returns:
- Since:
- 1.2.9
-
setMoreSpacesUrl
public void setMoreSpacesUrl(String allSpacesUrl)
Set the url of all spaces.- Parameters:
allSpacesUrl-- Since:
- 1.2.9
-
-