public static interface QuotaService.UpdateRequest extends Request<QuotaService.UpdateRequest,QuotaService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
QuotaService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
QuotaService.UpdateRequest |
quota(Quota quota) |
QuotaService.UpdateRequest |
quota(QuotaBuilder quota) |
QuotaService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
QuotaService.UpdateRequest quota(Quota quota)
QuotaService.UpdateRequest quota(QuotaBuilder quota)
Copyright © 2016. All rights reserved.