public class SupportInquiryData extends Object implements ISupportInquiryData
| Constructor and Description | 
|---|
SupportInquiryData(String sender,
                  String subject,
                  String question,
                  List<Long> formExportIds,
                  List<String> appenderNames,
                  int logLimit)
Deprecated. 
 
Use  
SupportInquiryDataBuilder instead | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getAppenderNames()  | 
Map<String,byte[]> | 
getFileAttachments()
Returns a  
Map of file attachment data that should be attached to the support inquiry. | 
List<Long> | 
getFormExportIds()  | 
int | 
getLogLimit()  | 
String | 
getQuestion()  | 
String | 
getSender()  | 
String | 
getSubject()  | 
String | 
toString()  | 
@Deprecated public SupportInquiryData(String sender, String subject, String question, List<Long> formExportIds, List<String> appenderNames, int logLimit)
SupportInquiryDataBuilder insteadpublic String getSender()
getSender in interface ISupportInquiryDatapublic String getSubject()
getSubject in interface ISupportInquiryDatapublic String getQuestion()
getQuestion in interface ISupportInquiryDatapublic List<Long> getFormExportIds()
getFormExportIds in interface ISupportInquiryDatapublic List<String> getAppenderNames()
getAppenderNames in interface ISupportInquiryDatapublic Map<String,byte[]> getFileAttachments()
ISupportInquiryDataMap of file attachment data that should be attached to the support inquiry. The map key is the
 name of the file. The map value is the file data.getFileAttachments in interface ISupportInquiryDataMap of file attachment data that should be attached to the support inquirypublic int getLogLimit()
getLogLimit in interface ISupportInquiryDataCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.