Package com.dropbox.core.v2.teamlog
Class PaperDefaultFolderPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperDefaultFolderPolicyChangedDetails
Changed Paper Default Folder Policy setting for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PaperDefaultFolderPolicyprotected final PaperDefaultFolderPolicy -
Constructor Summary
ConstructorsConstructorDescriptionPaperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicy newValue, PaperDefaultFolderPolicy previousValue) Changed Paper Default Folder Policy setting for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
PaperDefaultFolderPolicyChangedDetails
public PaperDefaultFolderPolicyChangedDetails(@Nonnull PaperDefaultFolderPolicy newValue, @Nonnull PaperDefaultFolderPolicy previousValue) Changed Paper Default Folder Policy setting for team.- Parameters:
newValue- New Paper Default Folder Policy. Must not benull.previousValue- Previous Paper Default Folder Policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Paper Default Folder Policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Paper Default Folder Policy.- Returns:
- value for this field, never
null.
-
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
-