Package com.sforce.soap.metadata
Class EmailServicesFunction
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.EmailServicesFunction
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetApexClass(XmlInputStream __in, TypeMapper __typeMapper) voidsetApexClass(String apexClass) voidsetAttachmentOption(EmailServicesAttOptions attachmentOption) protected voidsetAttachmentOption(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthenticationFailureAction(EmailServicesErrorAction authenticationFailureAction) protected voidsetAuthenticationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthorizationFailureAction(EmailServicesErrorAction authorizationFailureAction) protected voidsetAuthorizationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthorizedSenders(String authorizedSenders) voidsetEmailServicesAddresses(EmailServicesAddress[] emailServicesAddresses) protected voidsetEmailServicesAddresses(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetErrorRoutingAddress(XmlInputStream __in, TypeMapper __typeMapper) voidsetErrorRoutingAddress(String errorRoutingAddress) voidsetFunctionInactiveAction(EmailServicesErrorAction functionInactiveAction) protected voidsetFunctionInactiveAction(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetFunctionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetFunctionName(String functionName) voidsetIsActive(boolean isActive) protected voidsetIsActive(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsAuthenticationRequired(boolean isAuthenticationRequired) protected voidsetIsAuthenticationRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsErrorRoutingEnabled(boolean isErrorRoutingEnabled) protected voidsetIsErrorRoutingEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsTextAttachmentsAsBinary(boolean isTextAttachmentsAsBinary) protected voidsetIsTextAttachmentsAsBinary(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsTlsRequired(boolean isTlsRequired) protected voidsetIsTlsRequired(XmlInputStream __in, TypeMapper __typeMapper) voidsetOverLimitAction(EmailServicesErrorAction overLimitAction) protected voidsetOverLimitAction(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
EmailServicesFunction
public EmailServicesFunction()Constructor
-
-
Method Details
-
getApexClass
-
setApexClass
-
setApexClass
protected void setApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAttachmentOption
-
setAttachmentOption
-
setAttachmentOption
protected void setAttachmentOption(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthenticationFailureAction
-
setAuthenticationFailureAction
-
setAuthenticationFailureAction
protected void setAuthenticationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthorizationFailureAction
-
setAuthorizationFailureAction
-
setAuthorizationFailureAction
protected void setAuthorizationFailureAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthorizedSenders
-
setAuthorizedSenders
-
setAuthorizedSenders
protected void setAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailServicesAddresses
-
setEmailServicesAddresses
-
setEmailServicesAddresses
protected void setEmailServicesAddresses(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getErrorRoutingAddress
-
setErrorRoutingAddress
-
setErrorRoutingAddress
protected void setErrorRoutingAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFunctionInactiveAction
-
setFunctionInactiveAction
-
setFunctionInactiveAction
protected void setFunctionInactiveAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFunctionName
-
setFunctionName
-
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
-
setOverLimitAction
-
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
- 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
-
toString
-