Package com.dropbox.core.v2.teamlog
Class ReplayAddingPeoplePolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ReplayAddingPeoplePolicyChangedDetails
Changed the policy for adding people to Replay content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ReplayAddingPeoplePolicyprotected final ReplayAddingPeoplePolicy -
Constructor Summary
ConstructorsConstructorDescriptionReplayAddingPeoplePolicyChangedDetails(ReplayAddingPeoplePolicy newValue, ReplayAddingPeoplePolicy previousValue) Changed the policy for adding people to Replay content. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
ReplayAddingPeoplePolicyChangedDetails
public ReplayAddingPeoplePolicyChangedDetails(@Nonnull ReplayAddingPeoplePolicy newValue, @Nonnull ReplayAddingPeoplePolicy previousValue) Changed the policy for adding people to Replay content.- Parameters:
newValue- To. Must not benull.previousValue- From. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
To.- Returns:
- value for this field, never
null.
-
getPreviousValue
From.- 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
-