|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectyt4droid.QueryBuilder
public class QueryBuilder
| コンストラクタの概要 | |
|---|---|
QueryBuilder()
|
|
| メソッドの概要 | |
|---|---|
HttpParameter[] |
asGetParameterArray()
|
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. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public QueryBuilder()
| メソッドの詳細 |
|---|
public QueryBuilder setCaption()
Query 内の setCaptionhttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic QueryBuilder setCategory(CategoryParam category)
Query 内の setCategoryhttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic QueryBuilder setFormat(java.lang.String format)
Query 内の setFormathttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic QueryBuilder setLocation(LocationEntity locationEntity)
Query 内の setLocationhttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic QueryBuilder setLr(java.lang.String iso639_1Code)
Query 内の setLrhttp://code.google.com/intl/en/apis/youtube/2.0/reference.html,
http://www.loc.gov/standards/iso639-2/php/code_list.phppublic QueryBuilder setOrderBy(OrderByParam param)
Query 内の setOrderByhttp://code.google.com/intl/en/apis/youtube/2.0/reference.htmlpublic QueryBuilder setQ(java.lang.String q)
Query 内の setQpublic QueryBuilder setRestriction(java.lang.String restriction)
Query 内の setRestrictionpublic QueryBuilder setSafeSearch(SafeSearchParam param)
Query 内の setSafeSearchpublic QueryBuilder setTime(TimeParam param)
Query 内の setTimepublic QueryBuilder setUploader(java.lang.String uploader)
Query 内の setUploaderpublic QueryBuilder build()
Query 内の buildpublic HttpParameter[] asGetParameterArray()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||