BingEntities.BingEntitiesSearchDefinitionStages.WithQuery Interface

public interface WithQuery

The stage of the definition to be specify query.

Method Summary

Modifier and Type Method and Description
BingEntitiesSearchDefinitionStages.WithExecute withQuery(String query)

The user's search term.

Method Details

withQuery

public BingEntitiesSearchDefinitionStages.WithExecute withQuery(String query)

The user's search term.

Parameters:

query

Returns:

next definition stage

Applies to