Package com.veeva.vault.sdk.api.document
Interface RenditionReadStructureExecutionRequest
- All Known Subinterfaces:
RenditionReadBookmarkExecutionRequest,RenditionReadNamedDestinationExecutionRequest,RenditionReadPageLinkExecutionRequest,RenditionReadPageSizeExecutionRequest
public interface RenditionReadStructureExecutionRequest
Specifies the filters to initiate a request to read rendition structural metadata in a paginated manner.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRenditionReadStructureExecutionRequest.Builder<B extends RenditionReadStructureExecutionRequest.Builder,T extends RenditionReadStructureExecutionRequest> Builds aRenditionReadStructureExecutionRequest. -
Method Summary
Modifier and TypeMethodDescriptionGets the document version IDs to read the rendition structural metadata for.intThe limit of results to include in a page of rendition structural metadata.
-
Method Details
-
getDocumentVersionIds
Gets the document version IDs to read the rendition structural metadata for. In the formatdocumentId_majorVersion_minorVersion, for example,123_1_0.- Returns:
- The document IDs and versions
-
getPageSize
int getPageSize()The limit of results to include in a page of rendition structural metadata. Default and maximum depends on the operation.- Returns:
- The limit of pages to include in the chunk of pages to read information about
-