Package com.dropbox.core.v2.teamlog
Class TeamFolderSpaceLimitsChangeNotificationTargetDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamFolderSpaceLimitsChangeNotificationTargetDetails
Changed team folder space limit notification target.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TeamFolderNotificationTargetprotected final TeamFolderNotificationTarget -
Constructor Summary
ConstructorsConstructorDescriptionChanged team folder space limit notification target.TeamFolderSpaceLimitsChangeNotificationTargetDetails(TeamFolderNotificationTarget newTarget, TeamFolderNotificationTarget previousTarget) Changed team folder space limit notification target. -
Method Summary
-
Field Details
-
previousTarget
-
newTarget
-
-
Constructor Details
-
TeamFolderSpaceLimitsChangeNotificationTargetDetails
public TeamFolderSpaceLimitsChangeNotificationTargetDetails(@Nonnull TeamFolderNotificationTarget newTarget, @Nullable TeamFolderNotificationTarget previousTarget) Changed team folder space limit notification target.- Parameters:
newTarget- New notification target. Must not benull.previousTarget- Previous notification target.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
TeamFolderSpaceLimitsChangeNotificationTargetDetails
public TeamFolderSpaceLimitsChangeNotificationTargetDetails(@Nonnull TeamFolderNotificationTarget newTarget) Changed team folder space limit notification target.The default values for unset fields will be used.
- Parameters:
newTarget- New notification target. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewTarget
New notification target.- Returns:
- value for this field, never
null.
-
getPreviousTarget
Previous notification target.- Returns:
- value for this field, or
nullif not present.
-
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
-