public interface QuotasService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
QuotasService.AddRequest |
static interface |
QuotasService.AddResponse |
static interface |
QuotasService.ListRequest |
static interface |
QuotasService.ListResponse |
Modifier and Type | Method and Description |
---|---|
QuotasService.AddRequest |
add() |
QuotasService.ListRequest |
list() |
QuotaService |
quotaService(String id) |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
QuotasService.AddRequest add()
QuotasService.ListRequest list()
QuotaService quotaService(String id)
Copyright © 2016. All rights reserved.