Package net.messagevortex.blender
Class BlenderContent
java.lang.Object
net.messagevortex.blender.BlenderContent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(byte[] attachment) voidbyte[]getAttachment(int i) intgetText()Set the message text of the blender content.
-
Constructor Details
-
BlenderContent
public BlenderContent()
-
-
Method Details
-
addAttachment
public void addAttachment(byte[] attachment) -
clearAttachments
public void clearAttachments() -
getAttachment
public byte[] getAttachment(int i) -
getNumberOfAttachments
public int getNumberOfAttachments() -
setText
Set the message text of the blender content.
- Parameters:
newText- the text to be set- Returns:
- the previously set text
-
getText
-