com.jakewharton.domainr.services
Class SearchService

java.lang.Object
  extended by com.jakewharton.apibuilder.ApiService
      extended by com.jakewharton.domainr.DomainrApiService
          extended by com.jakewharton.domainr.services.SearchService

public final class SearchService
extends DomainrApiService

Represents Domainr's remote search service.


Nested Class Summary
static class SearchService.QueryBuilder
          Request builder for query(String).
 
Field Summary
 
Fields inherited from class com.jakewharton.apibuilder.ApiService
CONTENT_ENCODING
 
Constructor Summary
SearchService()
           
 
Method Summary
 SearchService.QueryBuilder query(String query)
          Query a specific set of terms.
 
Methods inherited from class com.jakewharton.domainr.DomainrApiService
get, unmarshall, unmarshall
 
Methods inherited from class com.jakewharton.apibuilder.ApiService
acceptGzip, addRequestHeader, closeConnection, closeStream, convertStreamToString, executeDelete, executeDelete, executeGet, executeGet, executeMethod, executePost, executePost, getConnectTimeout, getParametersString, getReadTimeout, getWrappedInputStream, removeRequestHeader, setConnectTimeout, setReadTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchService

public SearchService()
Method Detail

query

public final SearchService.QueryBuilder query(String query)
Query a specific set of terms.

Returns:
Builder instance.


Copyright © 2011 Jake Wharton. All Rights Reserved.