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 Details

    • SpaceList

      public SpaceList()
  • Method Details

    • setSpaces

      public void setSpaces(List<SpaceRest> spaces)
      sets space list
      Parameters:
      spaces - space list
    • getSpaces

      public List<SpaceRest> getSpaces()
      gets space list
      Returns:
      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