Uses of Class
com.jakewharton.domainr.entities.SearchResult.Result

Packages that use SearchResult.Result
com.jakewharton.domainr.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
 

Uses of SearchResult.Result in com.jakewharton.domainr.entities
 

Methods in com.jakewharton.domainr.entities that return types with arguments of type SearchResult.Result
 List<SearchResult.Result> SearchResult.getResults()
           
 

Method parameters in com.jakewharton.domainr.entities with type arguments of type SearchResult.Result
 void SearchResult.setResults(List<SearchResult.Result> results)
           
 



Copyright © 2011 Jake Wharton. All Rights Reserved.