com.dropbox.client2
Class DropboxAPI.DropboxLink
java.lang.Object
com.dropbox.client2.DropboxAPI.DropboxLink
- Enclosing class:
- DropboxAPI<SESS_T extends Session>
public static class DropboxAPI.DropboxLink
- extends Object
Contains a link to a Dropbox stream or share and its expiration date.
|
Field Summary |
Date |
expires
When the url expires (after which this link will no longer work) |
String |
url
The url it links to |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public final String url
- The url it links to
expires
public final Date expires
- When the url expires (after which this link will no longer work)
Copyright © 2012. All Rights Reserved.