com.ooyala.android.PaginatedItemResponse Class Reference

Public Member Functions

 PaginatedItemResponse (int firstIndex, int count)
 

Public Attributes

int firstIndex = -1
 The index at which the first new child was inserted. More...
 
int count = 0
 The number of additional children fetched. More...
 

Constructor & Destructor Documentation

com.ooyala.android.PaginatedItemResponse.PaginatedItemResponse ( int  firstIndex,
int  count 
)

Member Data Documentation

int com.ooyala.android.PaginatedItemResponse.count = 0

The number of additional children fetched.

int com.ooyala.android.PaginatedItemResponse.firstIndex = -1

The index at which the first new child was inserted.