Package com.dropbox.core.v2.teamlog
Class MemberSpaceLimitsChangeStatusDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
Changed space limit status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SpaceLimitsStatusprotected final SpaceLimitsStatus -
Constructor Summary
ConstructorsConstructorDescriptionMemberSpaceLimitsChangeStatusDetails(SpaceLimitsStatus previousValue, SpaceLimitsStatus newValue) Changed space limit status. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
MemberSpaceLimitsChangeStatusDetails
public MemberSpaceLimitsChangeStatusDetails(@Nonnull SpaceLimitsStatus previousValue, @Nonnull SpaceLimitsStatus newValue) Changed space limit status.- Parameters:
previousValue- Previous storage quota status. Must not benull.newValue- New storage quota status. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous storage quota status.- Returns:
- value for this field, never
null.
-
getNewValue
New storage quota status.- 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
-