Package com.dropbox.core.v2.teamlog
Class FileUnlikeCommentDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Unliked file comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnliked file comment.FileUnlikeCommentDetails(String commentText) Unliked file comment. -
Method Summary
-
Field Details
-
commentText
-
-
Constructor Details
-
FileUnlikeCommentDetails
Unliked file comment.- Parameters:
commentText- Comment text.
-
FileUnlikeCommentDetails
public FileUnlikeCommentDetails()Unliked file comment.The default values for unset fields will be used.
-
-
Method Details
-
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
-