Package com.dropbox.core.v2.teamlog
Class ComputerBackupPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ComputerBackupPolicyChangedDetails
Changed computer backup policy for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ComputerBackupPolicyprotected final ComputerBackupPolicy -
Constructor Summary
ConstructorsConstructorDescriptionComputerBackupPolicyChangedDetails(ComputerBackupPolicy newValue, ComputerBackupPolicy previousValue) Changed computer backup policy for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
ComputerBackupPolicyChangedDetails
public ComputerBackupPolicyChangedDetails(@Nonnull ComputerBackupPolicy newValue, @Nonnull ComputerBackupPolicy previousValue) Changed computer backup policy for team.- Parameters:
newValue- New computer backup policy. Must not benull.previousValue- Previous computer backup policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New computer backup policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous computer backup 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
-