Package com.veeva.vault.sdk.api.document
Interface RenditionReadPageLinkExecutionRequest.Builder
- All Superinterfaces:
RenditionReadStructureExecutionRequest.Builder<RenditionReadPageLinkExecutionRequest.Builder,RenditionReadPageLinkExecutionRequest>
- Enclosing interface:
- RenditionReadPageLinkExecutionRequest
public static interface RenditionReadPageLinkExecutionRequest.Builder
extends RenditionReadStructureExecutionRequest.Builder<RenditionReadPageLinkExecutionRequest.Builder,RenditionReadPageLinkExecutionRequest>
Builds a
RenditionReadPageLinkExecutionRequest.-
Method Summary
Modifier and TypeMethodDescriptionwithPageNumbers(List<Integer> pageNumbers) Optional: If specified, filters the pages read to only those that match the numbers in the list.Methods inherited from interface com.veeva.vault.sdk.api.document.RenditionReadStructureExecutionRequest.Builder
build, withDocumentVersionIds, withPageSize
-
Method Details
-
withPageNumbers
Optional: If specified, filters the pages read to only those that match the numbers in the list. If not specified, it will read all the pages in the requested documents.- Parameters:
pageNumbers- the page numbers names to filter- Returns:
- this builder
-