Package com.dropbox.core.v2.teamlog
Class ShowcaseFileDownloadDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ShowcaseFileDownloadDetails
Downloaded file from showcase.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShowcaseFileDownloadDetails(String eventUuid, String downloadType) Downloaded file from showcase. -
Method Summary
-
Field Details
-
eventUuid
-
downloadType
-
-
Constructor Details
-
ShowcaseFileDownloadDetails
Downloaded file from showcase.- Parameters:
eventUuid- Event unique identifier. Must not benull.downloadType- Showcase download type. 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.
-
getDownloadType
Showcase download type.- 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
-