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

Packages that use DropboxAPI.Entry
com.dropbox.client2   
 

Uses of DropboxAPI.Entry in com.dropbox.client2
 

Fields in com.dropbox.client2 with type parameters of type DropboxAPI.Entry
 List<DropboxAPI.Entry> DropboxAPI.Entry.contents
          A list of immediate children if this is a directory.
static JsonExtractor<DropboxAPI.Entry> DropboxAPI.Entry.JsonExtractor
           
 

Methods in com.dropbox.client2 that return DropboxAPI.Entry
 DropboxAPI.Entry DropboxAPI.addFromCopyRef(String sourceCopyRef, String targetPath)
          Creates a file in the Dropbox that the client is currently connected to, using the contents from a CopyRef created with createCopyRef().
 DropboxAPI.Entry DropboxAPI.copy(String fromPath, String toPath)
          Copies a file or folder (and all of the folder's contents) from one path to another.
 DropboxAPI.Entry DropboxAPI.createFolder(String path)
          Creates a new Dropbox folder.
 DropboxAPI.Entry DropboxAPI.DropboxFileInfo.getMetadata()
          Returns the metadata of the associated file (always non-null).
 DropboxAPI.Entry DropboxAPI.metadata(String path, int fileLimit, String hash, boolean list, String rev)
          Returns the metadata for a file, or for a directory and (optionally) its immediate children.
 DropboxAPI.Entry DropboxAPI.move(String fromPath, String toPath)
          Moves a file or folder (and all of the folder's contents) from one path to another.
 DropboxAPI.Entry DropboxAPI.putFile(String path, InputStream is, long length, String parentRev, ProgressListener listener)
          Uploads a file to Dropbox.
 DropboxAPI.Entry DropboxAPI.putFileOverwrite(String path, InputStream is, long length, ProgressListener listener)
          Uploads a file to Dropbox.
 DropboxAPI.Entry DropboxAPI.restore(String path, String rev)
          Restores a file to a previous rev.
 DropboxAPI.Entry DropboxAPI.UploadRequest.upload()
          Executes the request.
 DropboxAPI.Entry DropboxAPI.BasicUploadRequest.upload()
          Executes the request.
 

Methods in com.dropbox.client2 that return types with arguments of type DropboxAPI.Entry
 DropboxAPI.DeltaPage<DropboxAPI.Entry> DropboxAPI.delta(String cursor)
          A way of letting you keep up with changes to files and folders in a user's Dropbox.
 List<DropboxAPI.Entry> DropboxAPI.revisions(String path, int revLimit)
          Returns a list of metadata for all revs of the path.
 List<DropboxAPI.Entry> DropboxAPI.search(String path, String query, int fileLimit, boolean includeDeleted)
          Searches a directory for entries matching the query.
 



Copyright © 2012. All Rights Reserved.