クラス
yt4droid.Paging の使用

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

yt4droid での Paging の使用
 

Paging を返す yt4droid のメソッド
static Paging Paging.createPaging()
          Created default parameter of page index.
static Paging Paging.createPagingWithPage(int startIndex, int maxResults)
          Created parameter of page index.
 

Paging 型のパラメータを持つ 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 での Paging の使用
 

Paging 型のパラメータを持つ 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.