Skip to content

Instantly share code, notes, and snippets.

@JosePaumard
Created September 7, 2017 14:04
Show Gist options
  • Save JosePaumard/e1141ac4224433a6259997a46063ad79 to your computer and use it in GitHub Desktop.
Save JosePaumard/e1141ac4224433a6259997a46063ad79 to your computer and use it in GitHub Desktop.
public LocationDetails updateWithLocation(JsonObject location) {
setCity(location.getValue("/data/city_name").toString());
setCountry(location.getValue("/data/country_name").toString());
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment