BingVideos.BingVideosSearchDefinitionStages.WithQuery Interface

public interface WithQuery

The stage of the definition to be specify query.

Method Summary

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

The user's search query string. The query string cannot be empty. The query string may contain [Bing Advanced Operators](http://msdn.microsoft.com/library/ff795620.aspx). For example, to limit videos to a specific domain, use the [site:](http://msdn.microsoft.com/library/ff795613.aspx) operator. Use this parameter only with the Video Search API. Do not specify this parameter when calling the Trending Videos API.

Method Details

withQuery

public BingVideosSearchDefinitionStages.WithExecute withQuery(String query)

The user's search query string. The query string cannot be empty. The query string may contain [Bing Advanced Operators](http://msdn.microsoft.com/library/ff795620.aspx). For example, to limit videos to a specific domain, use the [site:](http://msdn.microsoft.com/library/ff795613.aspx) operator. Use this parameter only with the Video Search API. Do not specify this parameter when calling the Trending Videos API.

Parameters:

query

Returns:

next definition stage

Applies to