インタフェース
yt4droid.ResponseList の使用

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

yt4droid での ResponseList の使用
 

ResponseList を実装している yt4droid のクラス
 class ResponseListImpl<T>
           
 

ResponseList を返す yt4droid のメソッド
 ResponseList<Comments> YoutubeImpl.createCommentsList(java.lang.String videoId, Paging paging)
           
 ResponseList<Contact> YoutubeImpl.createContactList(java.lang.String userName, Paging paging)
           
 ResponseList<Feeds> YoutubeImpl.createFeedsWithQuery(QueryBuilder query, Paging paging)
           
 ResponseList<Contact> YoutubeImpl.createMyContactList(Paging paging)
           
 ResponseList<Feeds> YoutubeImpl.createMyUploadList(Paging paging)
           
 ResponseList<Feeds> YoutubeImpl.createUserUploadList(java.lang.String userName, Paging paging)
           
 

yt4droid.api での ResponseList の使用
 

ResponseList を返す yt4droid.api のメソッド
 ResponseList<Comments> CommentMethods.createCommentsList(java.lang.String videoId, Paging paging)
          You will send API requests to retrieve or append to the list of comments for the video.
 ResponseList<Contact> ContactMethods.createContactList(java.lang.String userName, Paging paging)
          To request another user's contact list, send a GET request to the following URL.
 ResponseList<Feeds> FeedsMethods.createFeedsWithQuery(QueryBuilder query, Paging paging)
          To request the video list with query.
 ResponseList<Contact> ContactMethods.createMyContactList(Paging paging)
          To request the currently logged-in user's contact list, send a GET request to the following URL.
 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 での ResponseList の使用
 

ResponseList を返す yt4droid.parser のメソッド
 ResponseList<Comments> ParserFactory.createCommentsList(HttpResponse res)
           
static ResponseList<Comments> CommentParser.createCommentsList(HttpResponse res, Configuration conf)
           
static ResponseList<Contact> ContactParser.createContactList(HttpResponse res, Configuration conf)
           
static ResponseList<Feeds> FeedsParser.createFeedsList(HttpResponse res, Configuration conf)
           
 ResponseList<Feeds> ParserFactory.createFeedsListFromQuery(HttpResponse res)
           
 ResponseList<Contact> ParserFactory.createMyContacts(HttpResponse res)
           
 ResponseList<Feeds> ParserFactory.createUserUploadList(HttpResponse res)