Uses of Class
org.exoplatform.social.service.rest.SpaceRest
-
Packages that use SpaceRest Package Description org.exoplatform.social.service.rest Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type. -
-
Uses of SpaceRest in org.exoplatform.social.service.rest
Methods in org.exoplatform.social.service.rest that return types with arguments of type SpaceRest Modifier and Type Method Description List<SpaceRest>SpacesRestService.SpaceList. getSpaces()gets space listMethods in org.exoplatform.social.service.rest with parameters of type SpaceRest Modifier and Type Method Description voidSpacesRestService.SpaceList. addSpace(SpaceRest space)adds space to space listMethod parameters in org.exoplatform.social.service.rest with type arguments of type SpaceRest Modifier and Type Method Description voidSpacesRestService.SpaceList. setSpaces(List<SpaceRest> spaces)sets space list
-