Uses of Class
com.dropbox.client2.DropboxAPI.DeltaEntry

Packages that use DropboxAPI.DeltaEntry
com.dropbox.client2   
 

Uses of DropboxAPI.DeltaEntry in com.dropbox.client2
 

Fields in com.dropbox.client2 with type parameters of type DropboxAPI.DeltaEntry
 List<DropboxAPI.DeltaEntry<MD>> DropboxAPI.DeltaPage.entries
          Apply these entries to your local state to catch up with the Dropbox server's state.
 

Methods in com.dropbox.client2 that return DropboxAPI.DeltaEntry
 DropboxAPI.DeltaEntry<MD> DropboxAPI.DeltaEntry.JsonExtractor.extract(JsonThing j)
           
static
<MD> DropboxAPI.DeltaEntry<MD>
DropboxAPI.DeltaEntry.JsonExtractor.extract(JsonThing j, JsonExtractor<MD> mdExtractor)
           
 

Constructor parameters in com.dropbox.client2 with type arguments of type DropboxAPI.DeltaEntry
DropboxAPI.DeltaPage(boolean reset, List<DropboxAPI.DeltaEntry<MD>> entries, String cursor, boolean hasMore)
           
 



Copyright © 2012. All Rights Reserved.