|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.Email
com.sforce.soap.partner.MassEmailMessage
public class MassEmailMessage
Java class for MassEmailMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassEmailMessage">
<complexContent>
<extension base="{urn:partner.soap.sforce.com}Email">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="targetObjectIds" type="{urn:partner.soap.sforce.com}ID" maxOccurs="250" minOccurs="0"/>
<element name="templateId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="whatIds" type="{urn:partner.soap.sforce.com}ID" maxOccurs="250" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected List<String> |
targetObjectIds
|
protected String |
templateId
|
protected List<String> |
whatIds
|
| Fields inherited from class com.sforce.soap.partner.Email |
|---|
bccSender, emailPriority, replyTo, saveAsActivity, senderDisplayName, subject, useSignature |
| Constructor Summary | |
|---|---|
MassEmailMessage()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
List<String> |
getTargetObjectIds()
Gets the value of the targetObjectIds property. |
String |
getTemplateId()
Gets the value of the templateId property. |
List<String> |
getWhatIds()
Gets the value of the whatIds property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setTemplateId(String value)
Sets the value of the templateId property. |
| Methods inherited from class com.sforce.soap.partner.Email |
|---|
getEmailPriority, getReplyTo, getSenderDisplayName, getSubject, isBccSender, isSaveAsActivity, isUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected List<String> targetObjectIds
protected String templateId
protected List<String> whatIds
| Constructor Detail |
|---|
public MassEmailMessage()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<String> getTargetObjectIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the targetObjectIds property.
For example, to add a new item, do as follows:
getTargetObjectIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getTemplateId()
Stringpublic void setTemplateId(String value)
value - allowed object is
Stringpublic List<String> getWhatIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the whatIds property.
For example, to add a new item, do as follows:
getWhatIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||