Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
PageInfo |
PageInfo.clone() |
PageInfo |
ReviewsListResponse.getPageInfo()
Information about the current page.
|
PageInfo |
InappproductsListResponse.getPageInfo()
Deprecated and unset.
|
PageInfo |
VoidedPurchasesListResponse.getPageInfo()
General pagination information.
|
PageInfo |
PageInfo.set(String fieldName,
Object value) |
PageInfo |
PageInfo.setResultPerPage(Integer resultPerPage)
Maximum number of results returned in one page.
|
PageInfo |
PageInfo.setStartIndex(Integer startIndex)
Index of the first result returned in the current page.
|
PageInfo |
PageInfo.setTotalResults(Integer totalResults)
Total number of results available on the backend ! The total number of results in the result
set.
|
Modifier and Type | Method and Description |
---|---|
ReviewsListResponse |
ReviewsListResponse.setPageInfo(PageInfo pageInfo)
Information about the current page.
|
InappproductsListResponse |
InappproductsListResponse.setPageInfo(PageInfo pageInfo)
Deprecated and unset.
|
VoidedPurchasesListResponse |
VoidedPurchasesListResponse.setPageInfo(PageInfo pageInfo)
General pagination information.
|
Copyright © 2011–2025 Google. All rights reserved.