public class SyncStack extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_URL |
| 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 static final String REQUEST_URL
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 © 2021 Contentstack.. All rights reserved.