Package com.veeva.vault.sdk.api.document
Interface RenditionReadPageSizeExecutionRequest
- All Superinterfaces:
RenditionReadPageSizeRequest,RenditionReadStructureExecutionRequest
public interface RenditionReadPageSizeExecutionRequest
extends RenditionReadStructureExecutionRequest, RenditionReadPageSizeRequest
Specifies the filters to initiate a request to read page sizes in a rendition in a paginated manner.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilds aRenditionReadPageSizeExecutionRequest. -
Method Summary
Modifier and TypeMethodDescriptionThe list of page numbers (1-indexed).Methods inherited from interface com.veeva.vault.sdk.api.document.RenditionReadStructureExecutionRequest
getDocumentVersionIds, getPageSize
-
Method Details
-
getPageNumbers
The list of page numbers (1-indexed). If specified, it filters the pages read to only those that match the numbers in the list.- Returns:
- the page numbers to filter
-