クラス
yt4droid.QueryBuilder の使用

QueryBuilder を使用しているパッケージ
yt4droid   
yt4droid.api   
 

yt4droid での QueryBuilder の使用
 

QueryBuilder を返す yt4droid のメソッド
 QueryBuilder QueryBuilder.build()
          build the query parameter.
 QueryBuilder Query.build()
          build the query parameter.
 QueryBuilder QueryBuilder.setCaption()
          The caption parameter enables you to restrict a search to videos that have or do not have caption tracks
 QueryBuilder Query.setCaption()
          The caption parameter enables you to restrict a search to videos that have or do not have caption tracks
 QueryBuilder 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 Query.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 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 Query.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 QueryBuilder.setLocation(LocationEntity locationEntity)
          The location parameter restricts the search to videos that have a geographical location specified in their metadata.
 QueryBuilder Query.setLocation(LocationEntity locationEntity)
          The location parameter restricts the search to videos that have a geographical location specified in their metadata.
 QueryBuilder 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 Query.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 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 Query.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 QueryBuilder.setQ(java.lang.String q)
          The q parameter specifies a search query term.
 QueryBuilder Query.setQ(java.lang.String q)
          The q parameter specifies a search query term.
 QueryBuilder 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 Query.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 QueryBuilder.setSafeSearch(SafeSearchParam param)
          The safeSearch parameter indicates whether the search results should include restricted content as well as standard content.
 QueryBuilder Query.setSafeSearch(SafeSearchParam param)
          The safeSearch parameter indicates whether the search results should include restricted content as well as standard content.
 QueryBuilder 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 Query.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 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 Query.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 型のパラメータを持つ yt4droid のメソッド
 ResponseList<Feeds> YoutubeImpl.createFeedsWithQuery(QueryBuilder query, Paging paging)
           
 

yt4droid.api での QueryBuilder の使用
 

QueryBuilder 型のパラメータを持つ yt4droid.api のメソッド
 ResponseList<Feeds> FeedsMethods.createFeedsWithQuery(QueryBuilder query, Paging paging)
          To request the video list with query.