public class EmailFromFileRequest extends Object
Constructor and Description |
---|
EmailFromFileRequest()
Initializes a new instance of the EmailFromFileRequest class.
|
EmailFromFileRequest(String format,
byte[] file)
Initializes a new instance of the EmailFromFileRequest class.
|
Modifier and Type | Method and Description |
---|---|
EmailFromFileRequest |
file(byte[] value)
Setter for: File to convert
|
EmailFromFileRequest |
format(String value)
Setter for: Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
|
byte[] |
getFile()
Getter for: File to convert
|
String |
getFormat()
Getter for: Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
|
void |
setFile(byte[] value)
Setter for: File to convert
|
void |
setFormat(String value)
Setter for: Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft
|
public EmailFromFileRequest()
public EmailFromFileRequest(String format, byte[] file)
format
- Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oftfile
- File to convertpublic String getFormat()
public void setFormat(String value)
public EmailFromFileRequest format(String value)
public byte[] getFile()
public void setFile(byte[] value)
public EmailFromFileRequest file(byte[] value)
Copyright © 2020. All rights reserved.