public class VideoResourceImpl extends Object implements VideoResource
| Constructor and Description |
|---|
VideoResourceImpl(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getScreenRecording(String userId,
String projectId,
String videoId) |
public javax.ws.rs.core.Response getScreenRecording(@PathParam(value="userId")
String userId,
@PathParam(value="projectId")
String projectId,
@PathParam(value="videoId")
String videoId)
getScreenRecording in interface VideoResourceCopyright © 2018. All rights reserved.