Package com.sforce.soap.metadata
Class WorkflowAlert
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WorkflowAction
-
- com.sforce.soap.metadata.WorkflowAlert
-
- All Implemented Interfaces:
XMLizable
public class WorkflowAlert extends WorkflowAction
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description WorkflowAlert()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCcEmails
public String[] getCcEmails()
-
setCcEmails
public void setCcEmails(String[] ccEmails)
-
setCcEmails
protected void setCcEmails(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProtected
public boolean getProtected()
-
isProtected
public boolean isProtected()
-
setProtected
public void setProtected(boolean _protected)
-
setProtected
protected void setProtected(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRecipients
public WorkflowEmailRecipient[] getRecipients()
-
setRecipients
public void setRecipients(WorkflowEmailRecipient[] recipients)
-
setRecipients
protected void setRecipients(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSenderAddress
public String getSenderAddress()
-
setSenderAddress
public void setSenderAddress(String senderAddress)
-
setSenderAddress
protected void setSenderAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSenderType
public ActionEmailSenderType getSenderType()
-
setSenderType
public void setSenderType(ActionEmailSenderType senderType)
-
setSenderType
protected void setSenderType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTemplate
public String getTemplate()
-
setTemplate
public void setTemplate(String template)
-
setTemplate
protected void setTemplate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classWorkflowAction- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classWorkflowAction- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classWorkflowAction- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classWorkflowAction- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classWorkflowAction
-
-