Skip to content

Instantly share code, notes, and snippets.

@fedotxxl
Created January 14, 2016 13:16
Show Gist options
  • Save fedotxxl/3bc5ac904fd5a43f92b1 to your computer and use it in GitHub Desktop.
Save fedotxxl/3bc5ac904fd5a43f92b1 to your computer and use it in GitHub Desktop.
return dvds
.request()
.accept(MediaType.APPLICATION_JSON)
.get(new GenericType<List<ConsumedDvd>>(){})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment