Package com.dropbox.core.v2.teamlog
Class PaperDesktopPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperDesktopPolicyChangedDetails
Enabled/disabled Paper Desktop for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PaperDesktopPolicyprotected final PaperDesktopPolicy -
Constructor Summary
ConstructorsConstructorDescriptionPaperDesktopPolicyChangedDetails(PaperDesktopPolicy newValue, PaperDesktopPolicy previousValue) Enabled/disabled Paper Desktop for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
PaperDesktopPolicyChangedDetails
public PaperDesktopPolicyChangedDetails(@Nonnull PaperDesktopPolicy newValue, @Nonnull PaperDesktopPolicy previousValue) Enabled/disabled Paper Desktop for team.- Parameters:
newValue- New Paper Desktop policy. Must not benull.previousValue- Previous Paper Desktop policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Paper Desktop policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Paper Desktop 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
-