Package com.veeva.vault.sdk.api.document
Interface RenditionReadNamedDestinationResponse
- All Superinterfaces:
QueryPaginationResponse,RenditionReadStructureResponse<RenditionReadNamedDestinationPageRequest>
public interface RenditionReadNamedDestinationResponse
extends RenditionReadStructureResponse<RenditionReadNamedDestinationPageRequest>
Represents a successful response from a
RenditionService.readNamedDestinations(RenditionReadNamedDestinationRequest) operation.-
Method Summary
Modifier and TypeMethodDescriptionThe named destinations in the page 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
-
getNamedDestinations
List<RenditionNamedDestination> getNamedDestinations()The named destinations in the page in the request.- Returns:
- the named destinations
-