|
Method DetailMessage createReply(String subject, String message) Creates a new message and associates it with the given message. Only non-system messages can be followed
Parameters:
Returns: Message Since: 01-05-2010 deleteAttachment() Deletes the attachment of this message. Since: 01-16-2013 File getAttachment() Returns the attachment of this message, if any. Returns: File Since: 01-16-2013 SystemDataView getChildMessages() Returns messages that are children (one-to-many) for this message. Returns: SystemDataView DataList Name: ChildMessages
Since: 01-05-2010 Date getCreateDate() Returns the date this message was created. Returns: Date Since: 01-05-2010 Data getData() Returns a Data of all this message's properties, except body Returns: Data Since: 01-11-2013 Date getDateRead() Returns the date this message was read or null if it has not been read. Returns: Date Since: 01-05-2010 String getId() Returns the message id. Returns: String Since: 01-05-2010 String getMessage() Returns the message Returns: String Since: 01-16-2013 String getMessageType() Returns the message type Returns: String Since: 01-16-2013 String getPalId() Returns the pal id for this message. Returns: String Since: 01-14-2010 SystemDataView getParentMessages() Returns parent chain (one-to-one) of messages for this message. Returns: SystemDataView DataList Name: ParentMessages
Since: 01-05-2010 String getReceiverEmail() Returns the message receiver Returns: String Since: 01-15-2010 String getReceiverFirstName() Returns the message receiver's first name Returns: String Since: 01-20-2010 String getReceiverLastName() Returns the message receiver's last name Returns: String Since: 01-20-2010 String getSenderEmail() Returns the message sender Returns: String Since: 01-15-2010 String getSenderFirstName() Returns the message sender's first name Returns: String Since: 01-20-2010 String getSenderLastName() Returns the message sender's last name Returns: String Since: 01-20-2010 String getSubject() Returns the subject. Returns: String Since: 01-05-2010 String getTransactionCategory() Returns the transaction category for this message, if it is associated with a transaction. Returns: String Since: 01-20-2010 String getTransactionDescription() Returns the transaction description for this message, if it is associated with a transaction. Returns: String Since: 01-20-2010 String getTransactionId() Returns the transaction id for this message, if it is associated with a transaction. Returns: String Since: 01-05-2010 String getTransactionName() Returns the transaction name for this message, if it is associated with a transaction. Returns: String Since: 01-20-2010 markRead() Marks the specified message as having been read by the recipient. Since: 01-05-2010 setAttachment(File file) Sets the attachment of this message.
Parameters:
Since: 01-16-2013 setMessageType(String messageType) Sets the message type
Parameters:
Since: 01-16-2013 String toString() Returns a description of this object. Returns: String Since: 01-05-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |