public class RenameResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
title |
| Constructor and Description |
|---|
RenameResult()
None
|
RenameResult(java.lang.String title) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTitle()
The updated title of the doc without extension, which could be different
from the supplied title in the request because Dropbox may remove/replace
charaters that are not supported in Dropbox Filesystem.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
public RenameResult(java.lang.String title)
title - The updated title of the doc without extension, which could
be different from the supplied title in the request because Dropbox
may remove/replace charaters that are not supported in Dropbox
Filesystem. Must not be null.java.lang.IllegalArgumentException - If any argument does not meet its
preconditions.public RenameResult()
The default values for unset fields will be used.
public java.lang.String getTitle()
null if not present. Defaults to
"\"\"".public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringMultiline()
The returned String may contain newlines.