Uses of Package
com.jakewharton.domainr

Packages that use com.jakewharton.domainr
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.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
com.jakewharton.domainr.enumerations All Domainr-defined enumerations which are used both in request responses as well as building remote requests. 
com.jakewharton.domainr.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Classes in com.jakewharton.domainr used by com.jakewharton.domainr
DomainrApiService
          Domainr-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
ServiceManager
          Class to manage service creation with default settings.
 

Classes in com.jakewharton.domainr used by com.jakewharton.domainr.entities
DomainrEntity
          Local representation of a server-side Domainr object which can be de-serialized from JSON.
 

Classes in com.jakewharton.domainr used by com.jakewharton.domainr.enumerations
DomainrEnumeration
          Interface which allows for central unification of the type heirarchy of all Domainr-specific enumerations.
 

Classes in com.jakewharton.domainr used by com.jakewharton.domainr.services
DomainrApiBuilder
          Domainr-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
DomainrApiService
          Domainr-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.