Package com.dropbox.core.v2.teamlog
Class ShowcaseDeleteCommentDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ShowcaseDeleteCommentDetails
Deleted showcase comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShowcaseDeleteCommentDetails(String eventUuid) Deleted showcase comment.ShowcaseDeleteCommentDetails(String eventUuid, String commentText) Deleted showcase comment. -
Method Summary
-
Field Details
-
eventUuid
-
commentText
-
-
Constructor Details
-
ShowcaseDeleteCommentDetails
Deleted showcase comment.- Parameters:
eventUuid- Event unique identifier. Must not benull.commentText- Comment text.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ShowcaseDeleteCommentDetails
Deleted 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
-