public class MailMessageBase64 extends MailMessageBase
Constructor and Description |
---|
MailMessageBase64() |
MailMessageBase64(String valueBase64,
String format)
Initializes a new instance of the MailMessageBase64
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MailMessageBase64 |
format(String format)
Set format and return this.
|
String |
getFormat()
Email document format.
|
String |
getValueBase64()
Email message file data encoded to Base64 string.
|
int |
hashCode() |
void |
setFormat(String format)
Set format.
|
void |
setValueBase64(String valueBase64)
Set valueBase64.
|
String |
toString() |
MailMessageBase64 |
valueBase64(String valueBase64)
Set valueBase64 and return this.
|
getDiscriminator, setDiscriminator
public MailMessageBase64()
public MailMessageBase64(String valueBase64, String format)
valueBase64
- Email message file data encoded to Base64 string.format
- Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oftpublic MailMessageBase64 valueBase64(String valueBase64)
valueBase64
- Email message file data encoded to Base64 string.public String getValueBase64()
public void setValueBase64(String valueBase64)
valueBase64
- Email message file data encoded to Base64 string.public MailMessageBase64 format(String format)
format
- Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oftpublic String getFormat()
public void setFormat(String format)
format
- Email document format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oftpublic boolean equals(Object o)
equals
in class MailMessageBase
public int hashCode()
hashCode
in class MailMessageBase
public String toString()
toString
in class MailMessageBase
Copyright © 2020. All rights reserved.