com.yahoo.search
Class SpellingSuggestionRequest

java.lang.Object
  extended by com.yahoo.rest.RestRequest
      extended by com.yahoo.search.SpellingSuggestionRequest

public class SpellingSuggestionRequest
extends RestRequest

Spelling suggestion request object.

Author:
Ryan Kennedy

Constructor Summary
SpellingSuggestionRequest(String query)
          Constructs a new spelling suggestion request.
 
Method Summary
 void setQuery(String query)
           
 
Methods inherited from class com.yahoo.rest.RestRequest
addParameter, clearParameter, getParameters, getRequestUrl, setParameter, setRequestUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellingSuggestionRequest

public SpellingSuggestionRequest(String query)
Constructs a new spelling suggestion request.

Parameters:
query - The query to request suggestions for.
Method Detail

setQuery

public void setQuery(String query)