Package com.dropbox.core.v2.teamlog
Class ExtendedVersionHistoryChangePolicyDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
- 
 public class ExtendedVersionHistoryChangePolicyDetails extends java.lang.ObjectAccepted/opted out of extended version history.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ExtendedVersionHistoryPolicynewValueprotected ExtendedVersionHistoryPolicypreviousValue
 - 
Constructor SummaryConstructors Constructor Description ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy newValue)Accepted/opted out of extended version history.ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy newValue, ExtendedVersionHistoryPolicy previousValue)Accepted/opted out of extended version history.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ExtendedVersionHistoryPolicygetNewValue()New extended version history policy.ExtendedVersionHistoryPolicygetPreviousValue()Previous extended version history policy.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
newValueprotected final ExtendedVersionHistoryPolicy newValue 
 - 
previousValueprotected final ExtendedVersionHistoryPolicy previousValue 
 
- 
 - 
Constructor Detail- 
ExtendedVersionHistoryChangePolicyDetailspublic ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy newValue, ExtendedVersionHistoryPolicy previousValue) Accepted/opted out of extended version history.- Parameters:
- newValue- New extended version history policy. Must not be- null.
- previousValue- Previous extended version history policy. Might be missing due to historical data gap.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
ExtendedVersionHistoryChangePolicyDetailspublic ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy newValue) Accepted/opted out of extended version history.The default values for unset fields will be used. - Parameters:
- newValue- New extended version history policy. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getNewValuepublic ExtendedVersionHistoryPolicy getNewValue() New extended version history policy.- Returns:
- value for this field, never null.
 
 - 
getPreviousValuepublic ExtendedVersionHistoryPolicy getPreviousValue() Previous extended version history 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
 
 
- 
 
-