org.exoplatform.social.service.rest
Class SpacesRestService.SpaceNameList
java.lang.Object
org.exoplatform.social.service.rest.SpacesRestService.SpaceNameList
- Enclosing class:
- SpacesRestService
public static class SpacesRestService.SpaceNameList
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpacesRestService.SpaceNameList
public SpacesRestService.SpaceNameList()
setNames
public void setNames(List<String> names)
- Sets space name list
- Parameters:
space - name list
getNames
public List<String> getNames()
- Gets space name list
- Returns:
- space name list
addName
public void addName(String name)
- Add name to space name list
- Parameters:
space - name
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.