public static interface QuotasService.ListRequest extends Request<QuotasService.ListRequest,QuotasService.ListResponse>
Modifier and Type | Method and Description |
---|---|
QuotasService.ListRequest |
max(BigInteger max)
Sets the maximum number of quota descriptors to return.
|
QuotasService.ListRequest |
max(Integer max)
Sets the maximum number of quota descriptors to return.
|
QuotasService.ListRequest |
max(Long max)
Sets the maximum number of quota descriptors to return.
|
QuotasService.ListRequest max(Integer max)
Sets the maximum number of quota descriptors to return. If not specified all the descriptors are returned.
QuotasService.ListRequest max(Long max)
Sets the maximum number of quota descriptors to return. If not specified all the descriptors are returned.
QuotasService.ListRequest max(BigInteger max)
Sets the maximum number of quota descriptors to return. If not specified all the descriptors are returned.
Copyright © 2016. All rights reserved.