Package com.dropbox.core.v2.files
Class PaperUpdateResult
java.lang.Object
com.dropbox.core.v2.files.PaperUpdateResult
-
Field Details
-
paperRevision
protected final long paperRevision
-
-
Constructor Details
-
PaperUpdateResult
public PaperUpdateResult(long paperRevision) - Parameters:
paperRevision- The current doc revision.
-
-
Method Details
-
getPaperRevision
public long getPaperRevision()The current doc revision.- Returns:
- value for this field.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-