Package com.dropbox.core.v2.teamlog
Class TeamFolderSpaceLimitsChangeLimitDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamFolderSpaceLimitsChangeLimitDetails
Changed team folder space limit.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTeamFolderSpaceLimitsChangeLimitDetails(long newLimitBytes) Changed team folder space limit.TeamFolderSpaceLimitsChangeLimitDetails(long newLimitBytes, Long previousLimitBytes) Changed team folder space limit. -
Method Summary
-
Field Details
-
previousLimitBytes
-
newLimitBytes
protected final long newLimitBytes
-
-
Constructor Details
-
TeamFolderSpaceLimitsChangeLimitDetails
public TeamFolderSpaceLimitsChangeLimitDetails(long newLimitBytes, @Nullable Long previousLimitBytes) Changed team folder space limit.- Parameters:
newLimitBytes- New limit in bytes.previousLimitBytes- Previous limit in bytes.
-
TeamFolderSpaceLimitsChangeLimitDetails
public TeamFolderSpaceLimitsChangeLimitDetails(long newLimitBytes) Changed team folder space limit.The default values for unset fields will be used.
- Parameters:
newLimitBytes- New limit in bytes.
-
-
Method Details
-
getNewLimitBytes
public long getNewLimitBytes()New limit in bytes.- Returns:
- value for this field.
-
getPreviousLimitBytes
Previous limit in bytes.- 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
-