Package com.sforce.soap.metadata
Class EmailToCaseSettings
- java.lang.Object
-
- com.sforce.soap.metadata.EmailToCaseSettings
-
-
Constructor Summary
Constructors Constructor Description EmailToCaseSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getEnableE2CAttachmentAsFile
public boolean getEnableE2CAttachmentAsFile()
-
isEnableE2CAttachmentAsFile
public boolean isEnableE2CAttachmentAsFile()
-
setEnableE2CAttachmentAsFile
public void setEnableE2CAttachmentAsFile(boolean enableE2CAttachmentAsFile)
-
setEnableE2CAttachmentAsFile
protected void setEnableE2CAttachmentAsFile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableE2CSourceTracking
public boolean getEnableE2CSourceTracking()
-
isEnableE2CSourceTracking
public boolean isEnableE2CSourceTracking()
-
setEnableE2CSourceTracking
public void setEnableE2CSourceTracking(boolean enableE2CSourceTracking)
-
setEnableE2CSourceTracking
protected void setEnableE2CSourceTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEmailToCase
public boolean getEnableEmailToCase()
-
isEnableEmailToCase
public boolean isEnableEmailToCase()
-
setEnableEmailToCase
public void setEnableEmailToCase(boolean enableEmailToCase)
-
setEnableEmailToCase
protected void setEnableEmailToCase(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableHtmlEmail
public boolean getEnableHtmlEmail()
-
isEnableHtmlEmail
public boolean isEnableHtmlEmail()
-
setEnableHtmlEmail
public void setEnableHtmlEmail(boolean enableHtmlEmail)
-
setEnableHtmlEmail
protected void setEnableHtmlEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOnDemandEmailToCase
public boolean getEnableOnDemandEmailToCase()
-
isEnableOnDemandEmailToCase
public boolean isEnableOnDemandEmailToCase()
-
setEnableOnDemandEmailToCase
public void setEnableOnDemandEmailToCase(boolean enableOnDemandEmailToCase)
-
setEnableOnDemandEmailToCase
protected void setEnableOnDemandEmailToCase(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableThreadIDInBody
public boolean getEnableThreadIDInBody()
-
isEnableThreadIDInBody
public boolean isEnableThreadIDInBody()
-
setEnableThreadIDInBody
public void setEnableThreadIDInBody(boolean enableThreadIDInBody)
-
setEnableThreadIDInBody
protected void setEnableThreadIDInBody(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableThreadIDInSubject
public boolean getEnableThreadIDInSubject()
-
isEnableThreadIDInSubject
public boolean isEnableThreadIDInSubject()
-
setEnableThreadIDInSubject
public void setEnableThreadIDInSubject(boolean enableThreadIDInSubject)
-
setEnableThreadIDInSubject
protected void setEnableThreadIDInSubject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNotifyOwnerOnNewCaseEmail
public boolean getNotifyOwnerOnNewCaseEmail()
-
isNotifyOwnerOnNewCaseEmail
public boolean isNotifyOwnerOnNewCaseEmail()
-
setNotifyOwnerOnNewCaseEmail
public void setNotifyOwnerOnNewCaseEmail(boolean notifyOwnerOnNewCaseEmail)
-
setNotifyOwnerOnNewCaseEmail
protected void setNotifyOwnerOnNewCaseEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOverEmailLimitAction
public EmailToCaseOnFailureActionType getOverEmailLimitAction()
-
setOverEmailLimitAction
public void setOverEmailLimitAction(EmailToCaseOnFailureActionType overEmailLimitAction)
-
setOverEmailLimitAction
protected void setOverEmailLimitAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPreQuoteSignature
public boolean getPreQuoteSignature()
-
isPreQuoteSignature
public boolean isPreQuoteSignature()
-
setPreQuoteSignature
public void setPreQuoteSignature(boolean preQuoteSignature)
-
setPreQuoteSignature
protected void setPreQuoteSignature(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoutingAddresses
public EmailToCaseRoutingAddress[] getRoutingAddresses()
-
setRoutingAddresses
public void setRoutingAddresses(EmailToCaseRoutingAddress[] routingAddresses)
-
setRoutingAddresses
protected void setRoutingAddresses(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUnauthorizedSenderAction
public EmailToCaseOnFailureActionType getUnauthorizedSenderAction()
-
setUnauthorizedSenderAction
public void setUnauthorizedSenderAction(EmailToCaseOnFailureActionType unauthorizedSenderAction)
-
setUnauthorizedSenderAction
protected void setUnauthorizedSenderAction(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-