Class FindPdfImporterIdsResponse

java.lang.Object
de.xima.fc.gui.bean.designer.request.FindPdfImporterIdsResponse
All Implemented Interfaces:
Serializable

public final class FindPdfImporterIdsResponse extends Object implements Serializable
POJO response data for InsertFormElementRequest.
Since:
7.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FindPdfImporterIdsResponse

      public FindPdfImporterIdsResponse(List<String> pdfImporterIds)
      Creates a new POJO with the given data.
      Parameters:
      pdfImporterIds - Existing PDF importer IDs.
  • Method Details

    • getPdfImporterIds

      public List<String> getPdfImporterIds()
      Returns:
      The existing PDF importer IDs.