|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface Query
| メソッドの概要 | |
|---|---|
QueryBuilder |
build()
build the query parameter. |
QueryBuilder |
setCaption()
The caption parameter enables you to restrict a search to videos that have or do not have caption tracks |
QueryBuilder |
setCategory(CategoryParam category)
The category parameter enables you to retrieve videos that are in a particular category or are tagged with a particular keyword or developer tag |
QueryBuilder |
setFormat(java.lang.String format)
The format parameter, which is supported for video search requests, specifies that videos must be available in at least one of the video formats listed in the parameter value. |
QueryBuilder |
setLocation(LocationEntity locationEntity)
The location parameter restricts the search to videos that have a geographical location specified in their metadata. |
QueryBuilder |
setLr(java.lang.String iso639_1Code)
In a video search request, the lr parameter restricts the search to videos that have a title, description or keywords in a specific language. |
QueryBuilder |
setOrderBy(OrderByParam param)
The orderby parameter, which is supported for video feeds and playlist feeds, specifies the method that will be used to order entries in the API response. |
QueryBuilder |
setQ(java.lang.String q)
The q parameter specifies a search query term. |
QueryBuilder |
setRestriction(java.lang.String restriction)
The restriction parameter identifies the IP address that should be used to filter videos that can only be played in specific countries. |
QueryBuilder |
setSafeSearch(SafeSearchParam param)
The safeSearch parameter indicates whether the search results should include restricted content as well as standard content. |
QueryBuilder |
setTime(TimeParam param)
The time parameter is supported for search feeds and for a number of standard feeds and live event charts as well. |
QueryBuilder |
setUploader(java.lang.String uploader)
The uploader parameter, which is only supported for search requests, lets you restrict a query to YouTube partner videos. |
| メソッドの詳細 |
|---|
QueryBuilder setCaption()
http://code.google.com/intl/en/apis/youtube/2.0/reference.htmlQueryBuilder setCategory(CategoryParam category)
category -
http://code.google.com/intl/en/apis/youtube/2.0/reference.htmlQueryBuilder setFormat(java.lang.String format)
format -
http://code.google.com/intl/en/apis/youtube/2.0/reference.htmlQueryBuilder setLocation(LocationEntity locationEntity)
locationEntity -
http://code.google.com/intl/en/apis/youtube/2.0/reference.htmlQueryBuilder setLr(java.lang.String iso639_1Code)
iso639_1Code -
http://code.google.com/intl/en/apis/youtube/2.0/reference.html,
http://www.loc.gov/standards/iso639-2/php/code_list.phpQueryBuilder setOrderBy(OrderByParam param)
parameter - of OrderByParam
http://code.google.com/intl/en/apis/youtube/2.0/reference.htmlQueryBuilder setQ(java.lang.String q)
q -
QueryBuilder setRestriction(java.lang.String restriction)
restriction -
QueryBuilder setSafeSearch(SafeSearchParam param)
param -
QueryBuilder setTime(TimeParam param)
param -
QueryBuilder setUploader(java.lang.String uploader)
uploader -
QueryBuilder build()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||