|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface FeedsMethods
| メソッドの概要 | |
|---|---|
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. |
| メソッドの詳細 |
|---|
ResponseList<Feeds> createMyUploadList(Paging paging)
throws YoutubeException
paging - Optional.paging of the response from Youtube.
YoutubeExceptionhttp://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html
ResponseList<Feeds> createUserUploadList(java.lang.String userName,
Paging paging)
throws YoutubeException
paging - Optional.paging of the response from Youtube.
YoutubeExceptionhttp://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html
ResponseList<Feeds> createFeedsWithQuery(QueryBuilder query,
Paging paging)
throws YoutubeException
paging - Optional.paging of the response from Youtube.
YoutubeExceptionhttp://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_understanding_video_feeds.html
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||