yt4droid
クラス Paging

java.lang.Object
  上位を拡張 yt4droid.Paging

public class Paging
extends java.lang.Object

作成者:
Harioroid

メソッドの概要
static Paging createPaging()
          Created default parameter of page index.
static Paging createPagingWithPage(int startIndex, int maxResults)
          Created parameter of page index.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createPaging

public static Paging createPaging()
Created default parameter of page index. start-index is 1. max-results is 50.

戻り値:
Paging
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html

createPagingWithPage

public static Paging createPagingWithPage(int startIndex,
                                          int maxResults)
Created parameter of page index.

パラメータ:
startIndex -
maxResults -
戻り値:
Paging
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/reference.html