T
- expected object that is pagedpublic class CursorPager<T> extends Object implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<CursorPager> |
CREATOR |
Cursor |
cursors |
String |
href |
List<T> |
items |
int |
limit |
String |
next |
int |
total |
Modifier | Constructor and Description |
---|---|
|
CursorPager() |
protected |
CursorPager(android.os.Parcel in) |
public String href
public int limit
public String next
public Cursor cursors
public int total
public static final android.os.Parcelable.Creator<CursorPager> CREATOR