public class DeleteArg extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Path in the user's Dropbox to delete.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String path
public DeleteArg(String path)
path
- Path in the user's Dropbox to delete. Must match pattern
"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)
" and not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public String getPath()
null
.public String toStringMultiline()
The returned String may contain newlines.