Package com.dropbox.core.v2.files
Class ExportResult
java.lang.Object
com.dropbox.core.v2.files.ExportResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exportMetadata
-
fileMetadata
-
-
Constructor Details
-
ExportResult
- Parameters:
exportMetadata- Metadata for the exported version of the file. Must not benull.fileMetadata- Metadata for the original file. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getExportMetadata
Metadata for the exported version of the file.- Returns:
- value for this field, never
null.
-
getFileMetadata
Metadata for the original file.- Returns:
- value for this field, never
null.
-
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
-