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