public interface SnapshotsResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
add(Snapshot snapshot) |
SnapshotResource |
getSnapshotSubResource(String id)
Sub-resource locator method, returns individual SnapshotResource on
which the remainder of the URI is dispatched.
|
Snapshots |
list() |
javax.ws.rs.core.Response |
remove(String id) |
Snapshots list()
javax.ws.rs.core.Response add(Snapshot snapshot)
javax.ws.rs.core.Response remove(String id)
SnapshotResource getSnapshotSubResource(String id)
id
- the snapshot IDCopyright © 2012. All Rights Reserved.