Interface ISupportInquiryData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SupportInquiryData
-
Method Summary
Modifier and TypeMethodDescriptionReturns aMapof file attachment data that should be attached to the support inquiry.int
-
Method Details
-
getSender
String getSender()- Returns:
- The email address of the user who sent this inquiry.
-
getSubject
String getSubject()- Returns:
- The subject of this inquiry, as plain text.
-
getQuestion
String getQuestion()- Returns:
- The question of this support inquiry, as HTML.
-
getFormExportIds
-
getAppenderNames
-
getFileAttachments
-
getLogLimit
int getLogLimit()- Returns:
- The limit in seconds of how much of each log file should be attached to the inquiry. Only log entries that were made within the interval [now-getLogLimit, now] are attached to inquiry.
-