java.lang.Object |
↳ |
org.mule.modules.dropbox.model.Link |
Class Overview
Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
The software in this package is published under the terms of the CPAL v1.0
license, a copy of which has been included with this distribution in the
LICENSE.md file.
Summary
Fields |
private
String |
expires |
Expiration date of the link. |
private
String |
url |
A Dropbox link to the given path. |
Public Constructors |
|
Link()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
-1
(0xffffffffffffffff)
Fields
private
String
expires
Expiration date of the link.
For compatibility reasons, it returns the link's expiration date in Dropbox's usual date format. All links are currently set to expire far enough in the future so that expiration is effectively not an issue.
private
String
url
A Dropbox link to the given path. The link can be used publicly and directs to a preview page of the file.
Public Constructors