public static class SpacesRestService.SpaceList extends Object
| Constructor and Description |
|---|
SpaceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpace(SpaceRest space)
adds space to space list
|
String |
getMoreSpacesUrl()
Get the url of all spaces.
|
List<SpaceRest> |
getSpaces()
gets space list
|
void |
setMoreSpacesUrl(String allSpacesUrl)
Set the url of all spaces.
|
void |
setSpaces(List<SpaceRest> spaces)
sets space list
|
public void setSpaces(List<SpaceRest> spaces)
spaces - space listpublic void addSpace(SpaceRest space)
space - Spacepublic String getMoreSpacesUrl()
public void setMoreSpacesUrl(String allSpacesUrl)
allSpacesUrl - Copyright © 2003–2020 eXo Platform SAS. All rights reserved.