Package com.dropbox.core.v2.teamlog
Class AiThirdPartySharingDropboxBasePolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.AiThirdPartySharingDropboxBasePolicyChangedDetails
Changed AI third party sharing policy for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AiThirdPartySharingDropboxBasePolicyprotected final AiThirdPartySharingDropboxBasePolicy -
Constructor Summary
ConstructorsConstructorDescriptionAiThirdPartySharingDropboxBasePolicyChangedDetails(AiThirdPartySharingDropboxBasePolicy newValue, AiThirdPartySharingDropboxBasePolicy previousValue) Changed AI third party sharing policy for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
AiThirdPartySharingDropboxBasePolicyChangedDetails
public AiThirdPartySharingDropboxBasePolicyChangedDetails(@Nonnull AiThirdPartySharingDropboxBasePolicy newValue, @Nonnull AiThirdPartySharingDropboxBasePolicy previousValue) Changed AI third party sharing policy for team.- 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
-