Class RemovePdfImporterIdsParams

  • All Implemented Interfaces:
    Serializable

    public final class RemovePdfImporterIdsParams
    extends Object
    implements Serializable
    POJO model for the PDF importer IDs removed event.
    Since:
    7.2.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • RemovePdfImporterIdsParams

        public RemovePdfImporterIdsParams​(List<String> pdfImporterIds)
        A new POJO with the given data.
        Parameters:
        pdfImporterIds - Value as returned by getPdfImporterIds().
    • Method Detail

      • getPdfImporterIds

        public List<String> getPdfImporterIds()
        Returns:
        PDF importer IDs of the removed events.