BingEntities.BingEntitiesSearchDefinitionStages.WithQuery Interface

public static interface BingEntities.BingEntitiesSearchDefinitionStages.WithQuery

The stage of the definition to be specify query.

Method Summary

Modifier and Type Method and Description
abstract WithExecute withQuery(String query)

The user's search term.

Method Details

withQuery

public abstract BingEntities.BingEntitiesSearchDefinitionStages.WithExecute withQuery(String query)

The user's search term.

Parameters:

query

Returns:

next definition stage

Applies to