com.dropbox.client2
Class DropboxAPI.DropboxLink

java.lang.Object
  extended by com.dropbox.client2.DropboxAPI.DropboxLink
Enclosing class:
DropboxAPI<SESS_T extends Session>

public static class DropboxAPI.DropboxLink
extends java.lang.Object

Contains a link to a Dropbox stream or share and its expiration date.


Field Summary
 java.util.Date expires
          When the url expires (after which this link will no longer work)
 java.lang.String url
          The url it links to
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final java.lang.String url
The url it links to


expires

public final java.util.Date expires
When the url expires (after which this link will no longer work)