Package com.dropbox.core.v2.team
Class UserCustomQuotaArg
- java.lang.Object
- 
- com.dropbox.core.v2.team.UserCustomQuotaArg
 
- 
 public class UserCustomQuotaArg extends java.lang.ObjectUser and their required custom quota in GB (1 TB = 1024 GB).
- 
- 
Field SummaryFields Modifier and Type Field Description protected longquotaGbprotected UserSelectorArguser
 - 
Constructor SummaryConstructors Constructor Description UserCustomQuotaArg(UserSelectorArg user, long quotaGb)User and their required custom quota in GB (1 TB = 1024 GB).
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetQuotaGb()UserSelectorArggetUser()inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
userprotected final UserSelectorArg user 
 - 
quotaGbprotected final long quotaGb 
 
- 
 - 
Constructor Detail- 
UserCustomQuotaArgpublic UserCustomQuotaArg(UserSelectorArg user, long quotaGb) User and their required custom quota in GB (1 TB = 1024 GB).- Parameters:
- user- Must not be- null.
- quotaGb- Must be greater than or equal to 15.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getUserpublic UserSelectorArg getUser() - Returns:
- value for this field, never null.
 
 - 
getQuotaGbpublic long getQuotaGb() - Returns:
- value for this field.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-