public class SocialSpaceInfo extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
String |
avatarUrl |
static android.os.Parcelable.Creator<SocialSpaceInfo> |
CREATOR |
String |
displayName |
String |
groupId |
String |
id |
String |
name |
Constructor and Description |
---|
SocialSpaceInfo() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
String |
getOriginalName()
If the space has been renamed, it's still possible to retrieve the original
name from the groupId.
It works by extracting the last part of the groupId, e.g. |
void |
readFromParcel(android.os.Parcel in) |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public String id
public String avatarUrl
public String displayName
public String name
public String groupId
public static final android.os.Parcelable.Creator<SocialSpaceInfo> CREATOR
public String getOriginalName()
name = new_name groupId = /spaces/old_name original name = old_name
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public void readFromParcel(android.os.Parcel in)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.