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