Package com.dropbox.core.v2.teamlog
Class TeamProfileChangeDefaultLanguageDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
Changed default language for team.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTeamProfileChangeDefaultLanguageDetails(String newValue, String previousValue) Changed default language for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
TeamProfileChangeDefaultLanguageDetails
public TeamProfileChangeDefaultLanguageDetails(@Nonnull String newValue, @Nonnull String previousValue) Changed default language for team.- Parameters:
newValue- New team's default language. Must have length of at least 2 and not benull.previousValue- Previous team's default language. Must have length of at least 2 and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New team's default language.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous team's default language.- 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
-