パッケージ twitter4j.v1
クラス Paging
java.lang.Object
twitter4j.v1.Paging
- すべての実装されたインタフェース:
Serializable
Controls pagination.
- 関連項目:
-
フィールドの概要
フィールド -
メソッドの概要
修飾子とタイプメソッド説明@NotNull Pagingcount(int count) creates a new Paging instance with the specified countbooleaninthashCode()@NotNull PagingmaxId(long maxId) creates a new Paging instance with the specified maxIdstatic @NotNull PagingofCount(int count) creates a new Paging instance with the specified countstatic @NotNull PagingofMaxId(long maxId) creates a new Paging instance with the specified maxIdstatic @NotNull PagingofPage(int page) static @NotNull PagingofSinceId(long sinceId) creates a new Paging instance with the specified sinceId@NotNull PagingsinceId(long sinceId) creates a new Paging instance with the specified sinceIdtoString()@NotNull PagingwithPage(int page) creates a new Paging instance with the specified page
-
フィールド詳細
-
page
public final int pagepage -
count
public final int countcount -
sinceId
public final long sinceIdsince id -
maxId
public final long maxIdmax id
-
-
メソッドの詳細
-
ofPage
- パラメータ:
page- page- 戻り値:
- Paging instance
-
withPage
creates a new Paging instance with the specified page- パラメータ:
page- page- 戻り値:
- new Paging instance
-
ofCount
creates a new Paging instance with the specified count- パラメータ:
count- count- 戻り値:
- new Paging instance
-
count
creates a new Paging instance with the specified count- パラメータ:
count- count- 戻り値:
- new Paging instance
-
ofSinceId
creates a new Paging instance with the specified sinceId- パラメータ:
sinceId- page- 戻り値:
- new Paging instance
-
sinceId
creates a new Paging instance with the specified sinceId- パラメータ:
sinceId- page- 戻り値:
- new Paging instance
-
ofMaxId
creates a new Paging instance with the specified maxId- パラメータ:
maxId- maxId- 戻り値:
- new Paging instance
-
maxId
creates a new Paging instance with the specified maxId- パラメータ:
maxId- maxId- 戻り値:
- new Paging instance
-
equals
-
hashCode
public int hashCode() -
toString
-