Package com.veeva.vault.sdk.api.document
Interface RenditionReadNamedDestinationExecutionRequest.Builder
- All Superinterfaces:
RenditionReadStructureExecutionRequest.Builder<RenditionReadNamedDestinationExecutionRequest.Builder,RenditionReadNamedDestinationExecutionRequest>
- Enclosing interface:
- RenditionReadNamedDestinationExecutionRequest
public static interface RenditionReadNamedDestinationExecutionRequest.Builder
extends RenditionReadStructureExecutionRequest.Builder<RenditionReadNamedDestinationExecutionRequest.Builder,RenditionReadNamedDestinationExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOptional: If specified, filters the named destinations read to only those that match the names in the list.Methods inherited from interface com.veeva.vault.sdk.api.document.RenditionReadStructureExecutionRequest.Builder
build, withDocumentVersionIds, withPageSize
-
Method Details
-
withNames
Optional: If specified, filters the named destinations read to only those that match the names in the list. If not specified, it will read all the named destinations in the requested documents.- Parameters:
names- the named destination names to filter- Returns:
- the builder
-