Package com.sforce.soap.metadata
Class EmailServicesFunction
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.EmailServicesFunction
-
-
Constructor Summary
Constructors Constructor Description EmailServicesFunction()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApexClass
public String getApexClass()
-
setApexClass
public void setApexClass(String apexClass)
-
setApexClass
protected void setApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAttachmentOption
public EmailServicesAttOptions getAttachmentOption()
-
setAttachmentOption
public void setAttachmentOption(EmailServicesAttOptions attachmentOption)
-
setAttachmentOption
protected void setAttachmentOption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAuthenticationFailureAction
public EmailServicesErrorAction getAuthenticationFailureAction()
-
setAuthenticationFailureAction
public void setAuthenticationFailureAction(EmailServicesErrorAction authenticationFailureAction)
-
setAuthenticationFailureAction
protected void setAuthenticationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAuthorizationFailureAction
public EmailServicesErrorAction getAuthorizationFailureAction()
-
setAuthorizationFailureAction
public void setAuthorizationFailureAction(EmailServicesErrorAction authorizationFailureAction)
-
setAuthorizationFailureAction
protected void setAuthorizationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAuthorizedSenders
public String getAuthorizedSenders()
-
setAuthorizedSenders
public void setAuthorizedSenders(String authorizedSenders)
-
setAuthorizedSenders
protected void setAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailServicesAddresses
public EmailServicesAddress[] getEmailServicesAddresses()
-
setEmailServicesAddresses
public void setEmailServicesAddresses(EmailServicesAddress[] emailServicesAddresses)
-
setEmailServicesAddresses
protected void setEmailServicesAddresses(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getErrorRoutingAddress
public String getErrorRoutingAddress()
-
setErrorRoutingAddress
public void setErrorRoutingAddress(String errorRoutingAddress)
-
setErrorRoutingAddress
protected void setErrorRoutingAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFunctionInactiveAction
public EmailServicesErrorAction getFunctionInactiveAction()
-
setFunctionInactiveAction
public void setFunctionInactiveAction(EmailServicesErrorAction functionInactiveAction)
-
setFunctionInactiveAction
protected void setFunctionInactiveAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFunctionName
public String getFunctionName()
-
setFunctionName
public void setFunctionName(String functionName)
-
setFunctionName
protected void setFunctionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsActive
public boolean getIsActive()
-
isIsActive
public boolean isIsActive()
-
setIsActive
public void setIsActive(boolean isActive)
-
setIsActive
protected void setIsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsAuthenticationRequired
public boolean getIsAuthenticationRequired()
-
isIsAuthenticationRequired
public boolean isIsAuthenticationRequired()
-
setIsAuthenticationRequired
public void setIsAuthenticationRequired(boolean isAuthenticationRequired)
-
setIsAuthenticationRequired
protected void setIsAuthenticationRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsErrorRoutingEnabled
public boolean getIsErrorRoutingEnabled()
-
isIsErrorRoutingEnabled
public boolean isIsErrorRoutingEnabled()
-
setIsErrorRoutingEnabled
public void setIsErrorRoutingEnabled(boolean isErrorRoutingEnabled)
-
setIsErrorRoutingEnabled
protected void setIsErrorRoutingEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsTextAttachmentsAsBinary
public boolean getIsTextAttachmentsAsBinary()
-
isIsTextAttachmentsAsBinary
public boolean isIsTextAttachmentsAsBinary()
-
setIsTextAttachmentsAsBinary
public void setIsTextAttachmentsAsBinary(boolean isTextAttachmentsAsBinary)
-
setIsTextAttachmentsAsBinary
protected void setIsTextAttachmentsAsBinary(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsTlsRequired
public boolean getIsTlsRequired()
-
isIsTlsRequired
public boolean isIsTlsRequired()
-
setIsTlsRequired
public void setIsTlsRequired(boolean isTlsRequired)
-
setIsTlsRequired
protected void setIsTlsRequired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOverLimitAction
public EmailServicesErrorAction getOverLimitAction()
-
setOverLimitAction
public void setOverLimitAction(EmailServicesErrorAction overLimitAction)
-
setOverLimitAction
protected void setOverLimitAction(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 classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-