yt4droid.api
インタフェース FeedsMethods

既知のサブインタフェースの一覧:
Youtube
既知の実装クラスの一覧:
YoutubeImpl

public interface FeedsMethods

作成者:
Harioroid

メソッドの概要
 ResponseList<Feeds> createFeedsWithQuery(QueryBuilder query, Paging paging)
          To request the video list with query.
 ResponseList<Feeds> createMyUploadList(Paging paging)
          To request the currently logged-in user's video list.
 ResponseList<Feeds> createUserUploadList(java.lang.String userName, Paging paging)
          To request the user's video list.
 

メソッドの詳細

createMyUploadList

ResponseList<Feeds> createMyUploadList(Paging paging)
                                       throws YoutubeException
To request the currently logged-in user's video list.

パラメータ:
paging - Optional.paging of the response from Youtube.
戻り値:
ResponseList
例外:
YoutubeException
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html

createUserUploadList

ResponseList<Feeds> createUserUploadList(java.lang.String userName,
                                         Paging paging)
                                         throws YoutubeException
To request the user's video list.

パラメータ:
paging - Optional.paging of the response from Youtube.
戻り値:
ResponseList
例外:
YoutubeException
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html

createFeedsWithQuery

ResponseList<Feeds> createFeedsWithQuery(QueryBuilder query,
                                         Paging paging)
                                         throws YoutubeException
To request the video list with query.

パラメータ:
paging - Optional.paging of the response from Youtube.
戻り値:
ResponseList
例外:
YoutubeException
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html