Skip to content

Instantly share code, notes, and snippets.

@wisnukurniawan
Created January 13, 2017 22:57
Show Gist options
  • Save wisnukurniawan/e0f70a5c705cca7a84ef729f67ff4e52 to your computer and use it in GitHub Desktop.
Save wisnukurniawan/e0f70a5c705cca7a84ef729f67ff4e52 to your computer and use it in GitHub Desktop.
Retrofit2
/**
* Created by wisnu on 14/01/2017.
*/
public class DataSearch {
@SerializedName("items")
List<Item> items;
public List<Item> getItems() {
return items;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment