bing.requests
Class BingRelatedSearchRequest

java.lang.Object
  extended by bing.requests.BingRequest
      extended by bing.requests.BingRelatedSearchRequest

public class BingRelatedSearchRequest
extends BingRequest

Request object to be used when requesting image results.


Field Summary
 
Fields inherited from class bing.requests.BingRequest
ADULT_OPTIONS_MODERATE, ADULT_OPTIONS_OFF, ADULT_OPTIONS_STRICT, DEFAULT_API_VERSION, DEFAULT_SEARCH_MARKET, OPTION_SEPERATOR, SEARCH_OPTIONS_DISABLE_LOCATION_DETECTION, SEARCH_OPTIONS_ENABLE_HIGHLIGHTING, SEARCH_OPTIONS_SEPERATOR
 
Constructor Summary
BingRelatedSearchRequest()
           
 
Method Summary
 java.lang.String sourceType()
          Specifies the source type of the current request object.
 
Methods inherited from class bing.requests.BingRequest
hashCode, removeParentOptions, requestOptions, setAdult, setLanguage, setLatitude, setLongitude, setMarket, setOptions, setRadius, setVersion, toString
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BingRelatedSearchRequest

public BingRelatedSearchRequest()
Method Detail

sourceType

public java.lang.String sourceType()
Description copied from class: BingRequest
Specifies the source type of the current request object.

Specified by:
sourceType in class BingRequest
Returns:
A string representing the source type of the current object.