public class SyncStack extends Object
| Constructor and Description |
|---|
SyncStack() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
ArrayList<org.json.JSONObject> |
getItems() |
org.json.JSONObject |
getJSONResponse() |
int |
getLimit() |
String |
getPaginationToken() |
int |
getSkip() |
String |
getSyncToken() |
String |
getURL() |
protected void |
setJSON(org.json.JSONObject jsonobject) |
public String getURL()
public org.json.JSONObject getJSONResponse()
public int getCount()
public int getLimit()
public int getSkip()
public String getPaginationToken()
public String getSyncToken()
public ArrayList<org.json.JSONObject> getItems()
protected void setJSON(org.json.JSONObject jsonobject)
Copyright © 2019 Contentstack. All rights reserved.