Package com.dropbox.core.v2.users
Class IndividualSpaceAllocation
java.lang.Object
com.dropbox.core.v2.users.IndividualSpaceAllocation
-
Field Details
-
allocated
protected final long allocated
-
-
Constructor Details
-
IndividualSpaceAllocation
public IndividualSpaceAllocation(long allocated) - Parameters:
allocated- The total space allocated to the user's account (bytes).
-
-
Method Details
-
getAllocated
public long getAllocated()The total space allocated to the user's account (bytes).- Returns:
- value for this field.
-
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
-