-
- All Implemented Interfaces:
-
java.io.Serializable
public abstract class Message implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMessage.Source
-
Field Summary
Fields Modifier and Type Field Description public StringmessageIdentifierpublic StringdevTrackingIdentifierpublic StringbodyTextpublic StringbodyRawHtmlpublic JSONObjecteventDatapublic Message.Sourcesource
-
Method Summary
Modifier and Type Method Description CharSequencegetBody()Returns the parsed HTML body if applicableFallbacks on the plain text body -
-
Method Detail
-
getBody
CharSequence getBody()
Returns the parsed HTML body if applicableFallbacks on the plain text body
-
-
-
-