public static class ReviewsResponse.Paging extends java.lang.Object implements IZITravelEntity
| Modifier and Type | Field and Description |
|---|---|
int |
limit
The number of individual records that are returned in each page.
|
java.lang.String |
next
An endpoint request that will return the next page of data or null.
|
java.lang.String |
previous
An endpoint request that will return the previous page of data or null.
|
int |
returnedCount
The number of returned records in section 'data'.
|
int |
totalCount
The total number of review records for the content at request time
(all languages or for certain language passed as parameter).
|
| Constructor and Description |
|---|
Paging() |
public int limit
public int returnedCount
public int totalCount
public java.lang.String next
public java.lang.String previous