All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Message Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Message.
*/
public interface Message extends Interval, Folder, PlainText, HyperText {
	String getBodyText();
	LegalEntity getSender();
	String getSubject();
	String getDate();
	LegalEntity getRecipients();
	String getThreadTopic();
	UserAccount getSenderAccount();
	UserAccount getRecipientAccount();
	String getInReplyTo();
	Message getInReplyToMessage();
	String getMetadata();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy