Package com.dropbox.core.v2.teamlog
Class FileAddCommentDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileAddCommentDetails
Added file comment.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAdded file comment.FileAddCommentDetails(String commentText) Added file comment. -
Method Summary
-
Field Details
-
commentText
-
-
Constructor Details
-
FileAddCommentDetails
Added file comment.- Parameters:
commentText- Comment text.
-
FileAddCommentDetails
public FileAddCommentDetails()Added 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
-