public class DataCentersServiceImpl extends ServiceImpl implements DataCentersService
DataCentersService.AddRequest, DataCentersService.AddResponse, DataCentersService.ListRequest, DataCentersService.ListResponse
Constructor and Description |
---|
DataCentersServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
DataCentersService.AddRequest |
add() |
DataCenterService |
dataCenterService(String id) |
DataCentersService.ListRequest |
list() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
String |
toString() |
checkAction, checkFault, getConnection, getPath, throwError
public DataCentersServiceImpl(HttpConnection connection, String path)
public DataCentersService.AddRequest add()
add
in interface DataCentersService
public DataCentersService.ListRequest list()
list
in interface DataCentersService
public DataCenterService dataCenterService(String id)
dataCenterService
in interface DataCentersService
public Service service(String path)
DataCentersService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface DataCentersService
Copyright © 2016. All rights reserved.