public class FollowResponse extends Object
| Constructor and Description |
|---|
FollowResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUsers(User user) |
int |
getCount()
get count of comment on a post
|
String |
getEndCursor()
string code for getting next users with getFollowers method
|
com.afollestad.ason.Ason |
getJson()
get full json object of get users response
|
ArrayList<User> |
getUsers()
an array of user object
|
boolean |
hasNextPage()
is exist any other followers
|
void |
setCount(int count) |
void |
setEndCursor(String endCursor) |
void |
setHasNextPage(boolean hasNextPage) |
void |
setJson(com.afollestad.ason.Ason json) |
public com.afollestad.ason.Ason getJson()
public void setJson(com.afollestad.ason.Ason json)
public int getCount()
public void setCount(int count)
public boolean hasNextPage()
public void setHasNextPage(boolean hasNextPage)
public String getEndCursor()
public void setEndCursor(String endCursor)
public void addUsers(User user)
Copyright © 2018. All rights reserved.