Package com.dropbox.core.v2.teamlog
Class IntegrationPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.IntegrationPolicyChangedDetails
Changed integration policy for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final IntegrationPolicyprotected final IntegrationPolicy -
Constructor Summary
ConstructorsConstructorDescriptionIntegrationPolicyChangedDetails(String integrationName, IntegrationPolicy newValue, IntegrationPolicy previousValue) Changed integration policy for team. -
Method Summary
-
Field Details
-
integrationName
-
newValue
-
previousValue
-
-
Constructor Details
-
IntegrationPolicyChangedDetails
public IntegrationPolicyChangedDetails(@Nonnull String integrationName, @Nonnull IntegrationPolicy newValue, @Nonnull IntegrationPolicy previousValue) Changed integration policy for team.- Parameters:
integrationName- Name of the third-party integration. Must not benull.newValue- New integration policy. Must not benull.previousValue- Previous integration policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getIntegrationName
Name of the third-party integration.- Returns:
- value for this field, never
null.
-
getNewValue
New integration policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous integration 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
-