Package com.dropbox.core.v2.teamlog
Class ShowcaseEditCommentDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ShowcaseEditCommentDetails
Edited showcase comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShowcaseEditCommentDetails(String eventUuid) Edited showcase comment.ShowcaseEditCommentDetails(String eventUuid, String commentText) Edited showcase comment. -
Method Summary
-
Field Details
-
eventUuid
-
commentText
-
-
Constructor Details
-
ShowcaseEditCommentDetails
Edited showcase comment.- Parameters:
eventUuid- Event unique identifier. Must not benull.commentText- Comment text.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ShowcaseEditCommentDetails
Edited showcase comment.The default values for unset fields will be used.
- Parameters:
eventUuid- Event unique identifier. 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.
-
getCommentText
Comment text.- Returns:
- value for this field, or
nullif not present.
-
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
-