bing.responses
Class BingRelatedSearchResponse

java.lang.Object
  extended by bing.responses.BingResponse
      extended by bing.responses.BingRelatedSearchResponse

public class BingRelatedSearchResponse
extends BingResponse

Represents the response retrieved from issuing an related search request.


Constructor Summary
BingRelatedSearchResponse()
           
 
Method Summary
 
Methods inherited from class bing.responses.BingResponse
addResult, getAlterationOverrideQuery, getAlteredQuery, getOffset, getQuery, getTotal, handleElements, hashCode, results, setAlterationOverrideQuery, setAlteredQuery, setOffset, setQuery, setTotal
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BingRelatedSearchResponse

public BingRelatedSearchResponse()