Uses of Class
video.api.client.api.models.AccountQuota
-
Packages that use AccountQuota Package Description video.api.client.api.models -
-
Uses of AccountQuota in video.api.client.api.models
Methods in video.api.client.api.models that return AccountQuota Modifier and Type Method Description AccountQuotaAccount. getQuota()Get quotaAccountQuotaAccountQuota. quotaRemaining(BigDecimal quotaRemaining)AccountQuotaAccountQuota. quotaTotal(BigDecimal quotaTotal)AccountQuotaAccountQuota. quotaUsed(BigDecimal quotaUsed)Methods in video.api.client.api.models with parameters of type AccountQuota Modifier and Type Method Description AccountAccount. quota(AccountQuota quota)voidAccount. setQuota(AccountQuota quota)
-