Class SupportInquiryDataBuilder


  • public class SupportInquiryDataBuilder
    extends Object
    Builder for SupportInquiryData
    Author:
    XIMA MEDIA GmbH, Dresden - 20.08.2020
    • Constructor Detail

      • SupportInquiryDataBuilder

        public SupportInquiryDataBuilder​(String sender,
                                         String subject,
                                         String question)
    • Method Detail

      • withFormExportIds

        public void withFormExportIds​(List<Long> formExportIds)
      • withAppenders

        public void withAppenders​(List<String> appenderNames,
                                  int logLimit)
      • withFileAttachments

        public void withFileAttachments​(Map<String,​byte[]> fileAttachments)