Package com.dropbox.core.v2.team
Class UserCustomQuotaResult
java.lang.Object
com.dropbox.core.v2.team.UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the
user has no custom quota set.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUser and their custom quota in GB (1 TB = 1024 GB).UserCustomQuotaResult(UserSelectorArg user, Long quotaGb) User and their custom quota in GB (1 TB = 1024 GB). -
Method Summary
-
Field Details
-
user
-
quotaGb
-
-
Constructor Details
-
UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.- Parameters:
user- Must not benull.quotaGb- Must be greater than or equal to 2.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.The default values for unset fields will be used.
- Parameters:
user- Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUser
- Returns:
- value for this field, never
null.
-
getQuotaGb
- 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
-