public class LikerResponse extends Object
| Constructor and Description |
|---|
LikerResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLiker(Liker liker) |
String |
getEndCursor()
string code for getting next likers with getPost method
|
ArrayList<Liker> |
getLikers()
an array of post object
|
boolean |
hasNextPage()
is exist any other post
|
void |
setEndCursor(String endCursor) |
void |
setHasNextPage(boolean hasNextPage) |
public boolean hasNextPage()
public void setHasNextPage(boolean hasNextPage)
public String getEndCursor()
public void setEndCursor(String endCursor)
public void addLiker(Liker liker)
Copyright © 2018. All rights reserved.