public class SocialObject extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SocialObject.Builder
Class for building social objects.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCommentCount() |
Integer |
getLikeCount() |
Integer |
getSharedCount() |
Integer |
getSubscriberCount() |
Integer |
getViewCount() |
static SocialObject.Builder |
newBuilder() |
org.json.JSONObject |
toJSONObject() |
public Integer getCommentCount()
public Integer getLikeCount()
public Integer getSharedCount()
public Integer getSubscriberCount()
public Integer getViewCount()
public static SocialObject.Builder newBuilder()
public org.json.JSONObject toJSONObject() throws org.json.JSONException
org.json.JSONException