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 ISupportInquiryData
public String getSubject()
getSubject
in interface ISupportInquiryData
public String getQuestion()
getQuestion
in interface ISupportInquiryData
public List<Long> getFormExportIds()
getFormExportIds
in interface ISupportInquiryData
public List<String> getAppenderNames()
getAppenderNames
in interface ISupportInquiryData
public Map<String,byte[]> getFileAttachments()
ISupportInquiryData
Map
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 ISupportInquiryData
Map
of file attachment data that should be attached to the support inquirypublic int getLogLimit()
getLogLimit
in interface ISupportInquiryData
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.