#631 - Partial Response : Implement video partial response consuming client.

This commit is contained in:
Gopinath Langote
2017-09-14 22:51:16 +05:30
parent 44e4b3c803
commit 711f3faf67
2 changed files with 76 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ public class VideoResource {
/**
* @param id video id
* @param fields fields to get information about
* @return json of specified fields of particular video by id
* @return full response if no fields specified else partial response for given field.
*/
public String getDetails(Integer id, String... fields) throws Exception {
if (fields.length == 0) {