Class SyncStack


  • public class SyncStack
    extends Object
    Synchronization: The Sync API takes care of syncing your Contentstack data with your app and ensures that the data is always up-to-date by providing delta updates
    • Constructor Detail

      • SyncStack

        public SyncStack()
    • Method Detail

      • getUrl

        public String getUrl()
      • getJSONResponse

        public org.json.JSONObject getJSONResponse()
      • getCount

        public int getCount()
      • getLimit

        public int getLimit()
      • getSkip

        public int getSkip()
      • getPaginationToken

        public String getPaginationToken()
      • getSyncToken

        public String getSyncToken()
      • getItems

        public List<org.json.JSONObject> getItems()