Class 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 Detail

      • SpaceList

        public SpaceList()
    • Method Detail

      • 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