Interface RenditionReadPageSizeResponse

All Superinterfaces:
QueryPaginationResponse, RenditionReadStructureResponse<RenditionReadPageSizePageRequest>

public interface RenditionReadPageSizeResponse extends RenditionReadStructureResponse<RenditionReadPageSizePageRequest>
Represents a successful response from a RenditionService.readPageSizes(RenditionReadPageSizeRequest) operation. Allows reading the sizes and rotations of multiple pages with pagination.
  • Method Details

    • getPageSizes

      List<RenditionPageSize> getPageSizes()
      Gets the size information of each page in the chunk in the request.
      Returns:
      The page size information