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