JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.persequor.saga.modules.emailinbox.sdk
Interface IEmailAttachment
public interface
IEmailAttachment
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
getContent
()
String
getContentType
()
String
getFilename
()
List
<
String
>
getHeader
(
String
headerName)
Method Details
getFilename
String
getFilename
()
getContentType
String
getContentType
()
getHeader
List
<
String
>
getHeader
(
String
headerName)
getContent
byte[]
getContent
()