Package com.veeva.vault.sdk.api.document
Interface RenditionReadPageSizeResponse
- All Superinterfaces:
QueryPaginationResponse,RenditionReadStructureResponse<RenditionReadPageSizePageRequest>
public interface RenditionReadPageSizeResponse
extends RenditionReadStructureResponse<RenditionReadPageSizePageRequest>
Represents a successful response from a
RenditionService.readPageSizes(RenditionReadPageSizeRequest) operation.
Allows reading the sizes and rotations of multiple pages with pagination.-
Method Summary
Modifier and TypeMethodDescriptionGets the size information of each page in the chunk in the request.Methods inherited from interface com.veeva.vault.sdk.api.query.QueryPaginationResponse
getNextPageOffset, getPageOffset, getPageSize, getPreviousPageOffset, getQueryId, getResultCount, getTotalCount, hasNextPage, hasPreviousPageMethods inherited from interface com.veeva.vault.sdk.api.document.RenditionReadStructureResponse
getNextPageRequest, getPreviousPageRequest
-
Method Details
-
getPageSizes
List<RenditionPageSize> getPageSizes()Gets the size information of each page in the chunk in the request.- Returns:
- The page size information
-