Class MassEmailMessage

java.lang.Object
com.sforce.soap.partner.Email
com.sforce.soap.partner.MassEmailMessage
All Implemented Interfaces:
IEmail, IMassEmailMessage, com.sforce.ws.bind.XMLizable

public class MassEmailMessage extends Email implements IMassEmailMessage
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Details

    • MassEmailMessage

      public MassEmailMessage()
      Constructor
  • Method Details

    • getDescription

      public String getDescription()
      Description copied from interface: IMassEmailMessage
      element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getDescription in interface IMassEmailMessage
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface IMassEmailMessage
    • setDescription

      protected void setDescription(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getTargetObjectIds

      public String[] getTargetObjectIds()
      Description copied from interface: IMassEmailMessage
      element : targetObjectIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      Specified by:
      getTargetObjectIds in interface IMassEmailMessage
    • setTargetObjectIds

      public void setTargetObjectIds(String[] targetObjectIds)
      Specified by:
      setTargetObjectIds in interface IMassEmailMessage
    • setTargetObjectIds

      protected void setTargetObjectIds(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getTemplateId

      public String getTemplateId()
      Description copied from interface: IMassEmailMessage
      element : templateId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      Specified by:
      getTemplateId in interface IMassEmailMessage
    • setTemplateId

      public void setTemplateId(String templateId)
      Specified by:
      setTemplateId in interface IMassEmailMessage
    • setTemplateId

      protected void setTemplateId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getWhatIds

      public String[] getWhatIds()
      Description copied from interface: IMassEmailMessage
      element : whatIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]
      Specified by:
      getWhatIds in interface IMassEmailMessage
    • setWhatIds

      public void setWhatIds(String[] whatIds)
      Specified by:
      setWhatIds in interface IMassEmailMessage
    • setWhatIds

      protected void setWhatIds(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Overrides:
      write in class Email
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class Email
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Overrides:
      load in class Email
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Overrides:
      loadFields in class Email
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Email