|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BingResponse | |
---|---|
bing | |
bing.common | |
bing.responses |
Uses of BingResponse in bing |
---|
Methods in bing that return BingResponse | |
---|---|
BingResponse |
Bing.search(java.lang.String query,
BingRequest request)
Perform a synchronous search on the Bing API. |
Methods in bing with parameters of type BingResponse | |
---|---|
void |
BingAsyncRequestNotification.receiveBingResponse(BingResponse response)
Executed when a BingResponse is received from the API. |
Uses of BingResponse in bing.common |
---|
Methods in bing.common that return BingResponse | |
---|---|
BingResponse |
BingXMLDelegate.getResponse()
|
Methods in bing.common with parameters of type BingResponse | |
---|---|
void |
BingXMLDelegate.setResponse(BingResponse response)
|
Uses of BingResponse in bing.responses |
---|
Subclasses of BingResponse in bing.responses | |
---|---|
class |
BingAdResponse
Represents the response retrieved from issuing an Ad request. |
class |
BingBundleResponse
A bundle response object holds one or many other response objects. |
class |
BingImageResponse
Represents the response retrieved from issuing an image request. |
class |
BingInstantAnswerResponse
Represents the response retrieved from issuing an instant answer request. |
class |
BingMobileWebResponse
Represents the response retrieved from issuing a mobile web request. |
class |
BingNewsResponse
Represents the response retrieved from issuing a news request. |
class |
BingPhonebookResponse
Represents the response retrieved from issuing a phonebook request. |
class |
BingRelatedSearchResponse
Represents the response retrieved from issuing an related search request. |
class |
BingSpellResponse
Represents the response retrieved from issuing a spell request. |
class |
BingTranslationResponse
Represents the response retrieved from issuing a translation request. |
class |
BingVideoResponse
Represents the response retrieved from issuing a video request. |
class |
BingWebResponse
Represents the response retrieved from issuing a web request. |
Methods in bing.responses that return BingResponse | |
---|---|
BingResponse[] |
BingBundleResponse.responses()
Get the responses that this Response object holds. |
Methods in bing.responses with parameters of type BingResponse | |
---|---|
void |
BingBundleResponse.addResponse(BingResponse response)
Add a BingResponse to this bundle response |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |