public class SaveCopyReferenceResult extends Object
Constructor and Description |
---|
SaveCopyReferenceResult(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Metadata |
getMetadata()
The metadata of the saved file or folder in the user's Dropbox.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final Metadata metadata
public SaveCopyReferenceResult(Metadata metadata)
metadata
- The metadata of the saved file or folder in the user's
Dropbox. Must not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public Metadata getMetadata()
null
.public String toStringMultiline()
The returned String may contain newlines.