Package com.dropbox.core.v2.teamlog
Class FileCommentsChangePolicyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
- 
 public class FileCommentsChangePolicyDetails extends java.lang.ObjectEnabled/disabled commenting on team files.
- 
- 
Field SummaryFields Modifier and Type Field Description protected FileCommentsPolicynewValueprotected FileCommentsPolicypreviousValue
 - 
Constructor SummaryConstructors Constructor Description FileCommentsChangePolicyDetails(FileCommentsPolicy newValue)Enabled/disabled commenting on team files.FileCommentsChangePolicyDetails(FileCommentsPolicy newValue, FileCommentsPolicy previousValue)Enabled/disabled commenting on team files.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)FileCommentsPolicygetNewValue()New commenting on team files policy.FileCommentsPolicygetPreviousValue()Previous commenting on team files policy.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
newValueprotected final FileCommentsPolicy newValue 
 - 
previousValueprotected final FileCommentsPolicy previousValue 
 
- 
 - 
Constructor Detail- 
FileCommentsChangePolicyDetailspublic FileCommentsChangePolicyDetails(FileCommentsPolicy newValue, FileCommentsPolicy previousValue) Enabled/disabled commenting on team files.- Parameters:
- newValue- New commenting on team files policy. Must not be- null.
- previousValue- Previous commenting on team files policy. Might be missing due to historical data gap.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
FileCommentsChangePolicyDetailspublic FileCommentsChangePolicyDetails(FileCommentsPolicy newValue) Enabled/disabled commenting on team files.The default values for unset fields will be used. - Parameters:
- newValue- New commenting on team files policy. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getNewValuepublic FileCommentsPolicy getNewValue() New commenting on team files policy.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic FileCommentsPolicy getPreviousValue() Previous commenting on team files policy. Might be missing due to historical data gap.- Returns:
- value for this field, or nullif not present.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-