|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| Feeds を使用しているパッケージ | |
|---|---|
| yt4droid | |
| yt4droid.api | |
| yt4droid.parser | |
| yt4droid での Feeds の使用 |
|---|
| Feeds 型の引数を持つ型を返す yt4droid のメソッド | |
|---|---|
ResponseList<Feeds> |
YoutubeImpl.createFeedsWithQuery(QueryBuilder query,
Paging paging)
|
ResponseList<Feeds> |
YoutubeImpl.createMyUploadList(Paging paging)
|
ResponseList<Feeds> |
YoutubeImpl.createUserUploadList(java.lang.String userName,
Paging paging)
|
| yt4droid.api での Feeds の使用 |
|---|
| Feeds 型の引数を持つ型を返す yt4droid.api のメソッド | |
|---|---|
ResponseList<Feeds> |
FeedsMethods.createFeedsWithQuery(QueryBuilder query,
Paging paging)
To request the video list with query. |
ResponseList<Feeds> |
FeedsMethods.createMyUploadList(Paging paging)
To request the currently logged-in user's video list. |
ResponseList<Feeds> |
FeedsMethods.createUserUploadList(java.lang.String userName,
Paging paging)
To request the user's video list. |
| yt4droid.parser での Feeds の使用 |
|---|
| Feeds を実装している yt4droid.parser のクラス | |
|---|---|
class |
FeedsParser
|
| Feeds 型の引数を持つ型を返す yt4droid.parser のメソッド | |
|---|---|
static ResponseList<Feeds> |
FeedsParser.createFeedsList(HttpResponse res,
Configuration conf)
|
ResponseList<Feeds> |
ParserFactory.createFeedsListFromQuery(HttpResponse res)
|
ResponseList<Feeds> |
ParserFactory.createUserUploadList(HttpResponse res)
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||