public class MassEmailMessage extends Email implements Serializable
Constructor and Description |
---|
MassEmailMessage() |
MassEmailMessage(Boolean bccSender,
EmailPriority emailPriority,
String replyTo,
Boolean saveAsActivity,
String senderDisplayName,
String subject,
Boolean useSignature,
String description,
String[] targetObjectIds,
String templateId,
String[] whatIds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this MassEmailMessage.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String[] |
getTargetObjectIds()
Gets the targetObjectIds value for this MassEmailMessage.
|
String |
getTargetObjectIds(int i) |
String |
getTemplateId()
Gets the templateId value for this MassEmailMessage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String[] |
getWhatIds()
Gets the whatIds value for this MassEmailMessage.
|
String |
getWhatIds(int i) |
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this MassEmailMessage.
|
void |
setTargetObjectIds(int i,
String _value) |
void |
setTargetObjectIds(String[] targetObjectIds)
Sets the targetObjectIds value for this MassEmailMessage.
|
void |
setTemplateId(String templateId)
Sets the templateId value for this MassEmailMessage.
|
void |
setWhatIds(int i,
String _value) |
void |
setWhatIds(String[] whatIds)
Sets the whatIds value for this MassEmailMessage.
|
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature
public String getDescription()
public void setDescription(String description)
description
- public String[] getTargetObjectIds()
public void setTargetObjectIds(String[] targetObjectIds)
targetObjectIds
- public String getTargetObjectIds(int i)
public void setTargetObjectIds(int i, String _value)
public String getTemplateId()
public void setTemplateId(String templateId)
templateId
- public String[] getWhatIds()
public void setWhatIds(String[] whatIds)
whatIds
- public String getWhatIds(int i)
public void setWhatIds(int i, String _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.