Package com.dropbox.core.v2.teamlog
Class PaperDocDownloadDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
Downloaded Paper doc in specific format.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPaperDocDownloadDetails(String eventUuid, PaperDownloadFormat exportFileFormat) Downloaded Paper doc in specific format. -
Method Summary
-
Field Details
-
eventUuid
-
exportFileFormat
-
-
Constructor Details
-
PaperDocDownloadDetails
public PaperDocDownloadDetails(@Nonnull String eventUuid, @Nonnull PaperDownloadFormat exportFileFormat) Downloaded Paper doc in specific format.- Parameters:
eventUuid- Event unique identifier. Must not benull.exportFileFormat- Export file format. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getEventUuid
Event unique identifier.- Returns:
- value for this field, never
null.
-
getExportFileFormat
Export file format.- 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
-