Package com.sforce.soap.partner
Interface IMassEmailMessage
-
- All Superinterfaces:
IEmail
- All Known Implementing Classes:
MassEmailMessage
public interface IMassEmailMessage extends IEmail
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getTargetObjectIds()element : targetObjectIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]StringgetTemplateId()element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringString[]getWhatIds()element : whatIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]voidsetDescription(String description)voidsetTargetObjectIds(String[] targetObjectIds)voidsetTemplateId(String templateId)voidsetWhatIds(String[] whatIds)-
Methods inherited from interface com.sforce.soap.partner.IEmail
getBccSender, getEmailPriority, getReplyTo, getSaveAsActivity, getSenderDisplayName, getSubject, getUseSignature, setBccSender, setEmailPriority, setReplyTo, setSaveAsActivity, setSenderDisplayName, setSubject, setUseSignature
-
-
-
-
Method Detail
-
getDescription
String getDescription()
element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDescription
void setDescription(String description)
-
getTargetObjectIds
String[] getTargetObjectIds()
element : targetObjectIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
-
setTargetObjectIds
void setTargetObjectIds(String[] targetObjectIds)
-
getTemplateId
String getTemplateId()
element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setTemplateId
void setTemplateId(String templateId)
-
getWhatIds
String[] getWhatIds()
element : whatIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
-
setWhatIds
void setWhatIds(String[] whatIds)
-
-