Package com.dropbox.core.v2.team
Class UserCustomQuotaArg
java.lang.Object
com.dropbox.core.v2.team.UserCustomQuotaArg
User and their required custom quota in GB (1 TB = 1024 GB).
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserCustomQuotaArg(UserSelectorArg user, long quotaGb) User and their required custom quota in GB (1 TB = 1024 GB). -
Method Summary
-
Field Details
-
user
-
quotaGb
protected final long quotaGb
-
-
Constructor Details
-
UserCustomQuotaArg
User and their required custom quota in GB (1 TB = 1024 GB).- Parameters:
user- Must not benull.quotaGb- Must be greater than or equal to 2.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUser
- Returns:
- value for this field, never
null.
-
getQuotaGb
public long getQuotaGb()- 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
-