Guest User

Untitled

a guest
Oct 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. ResponseEntity<String> response = *api call*
  2. String value = response.getBody();
  3.  
  4. {"value":123456}
Add Comment
Please, Sign In to add comment