|
||||||||||
| 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 java.lang.String |
description
|
protected java.util.List<java.lang.String> |
targetObjectIds
|
protected java.lang.String |
templateId
|
protected java.util.List<java.lang.String> |
whatIds
|
| Fields inherited from class com.sforce.soap.partner.Email |
|---|
bccSender, emailPriority, replyTo, saveAsActivity, senderDisplayName, subject, useSignature |
| Constructor Summary | |
|---|---|
MassEmailMessage()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<java.lang.String> |
getTargetObjectIds()
Gets the value of the targetObjectIds property. |
java.lang.String |
getTemplateId()
Gets the value of the templateId property. |
java.util.List<java.lang.String> |
getWhatIds()
Gets the value of the whatIds property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setTemplateId(java.lang.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 java.lang.String description
protected java.util.List<java.lang.String> targetObjectIds
protected java.lang.String templateId
protected java.util.List<java.lang.String> whatIds
| Constructor Detail |
|---|
public MassEmailMessage()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String getTemplateId()
Stringpublic void setTemplateId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 | |||||||||