com.openexchange.messaging
Interface SimpleMessagePart
- All Superinterfaces:
- MessagingPart
public interface SimpleMessagePart
- extends MessagingPart
SimpleMessagePart - A simple message part.
- Since:
- Open-Xchange v6.16
- Author:
- Francisco Laguna, Thorben Betten
|
Method Summary |
java.lang.Object |
getData()
|
java.lang.String |
getSectionId()
Gets the section identifier. |
getSectionId
java.lang.String getSectionId()
- Description copied from interface:
MessagingPart
- Gets the section identifier.
- Specified by:
getSectionId in interface MessagingPart
- Returns:
- The section identifier or
null if top level
getData
java.lang.Object getData()