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