Uses of Class
com.jakewharton.domainr.DomainrApiService

Packages that use DomainrApiService
com.jakewharton.domainr Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Domainr API. 
com.jakewharton.domainr.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of DomainrApiService in com.jakewharton.domainr
 

Constructors in com.jakewharton.domainr with parameters of type DomainrApiService
DomainrApiBuilder(DomainrApiService service, com.google.gson.reflect.TypeToken<T> token, String urlFormat)
          Initialize a new builder for the specified HTTP method and API version.
 

Uses of DomainrApiService in com.jakewharton.domainr.services
 

Subclasses of DomainrApiService in com.jakewharton.domainr.services
 class InfoService
          Represents Domainr's remote search service.
 class SearchService
          Represents Domainr's remote search service.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.