public class SpaceRest extends Object
| Constructor and Description |
|---|
SpaceRest(org.exoplatform.social.core.space.model.Space space)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAvatarUrl()
Gets the space's avatar url
|
String |
getDisplayName()
Gets the display name of the space.
|
String |
getGroupId()
Get the group id.
|
String |
getName()
Gets the name of the space.
|
String |
getSpaceUrl()
Gets the space url after building url with new navigation controller (used only for MySpaces gadget).
|
String |
getUrl()
Gets the url.
|
void |
setGroupId(String groupId)
Sets the group id.
|
void |
setName(String name)
Sets the name of the space.
|
void |
setSpaceUrl(String spaceUrl)
Sets the space url with new navigation controller (used only for MySpaces gadget).
|
void |
setUrl(String url)
Sets the url.
|
public SpaceRest(org.exoplatform.social.core.space.model.Space space)
space - public String getSpaceUrl()
public String getAvatarUrl()
public void setSpaceUrl(String spaceUrl)
spaceUrl - public String getGroupId()
public void setGroupId(String groupId)
groupId - public String getUrl()
public void setUrl(String url)
url - public String getName()
public void setName(String name)
name - public String getDisplayName()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.