public class ExploreResponse extends Object
| Constructor and Description |
|---|
ExploreResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPost(Post post) |
String |
getEndCursor()
string code for getting next posts with getPost method
|
ArrayList<Post> |
getPosts()
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 addPost(Post post)
Copyright © 2018. All rights reserved.