Package com.sforce.soap.metadata
Class EmailToCaseRoutingAddress
java.lang.Object
com.sforce.soap.metadata.EmailToCaseRoutingAddress
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAddressType(EmailToCaseRoutingAddressType addressType) protected voidsetAddressType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) voidsetAuthorizedSenders(String authorizedSenders) protected voidsetCaseOrigin(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseOrigin(String caseOrigin) protected voidsetCaseOwner(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseOwner(String caseOwner) protected voidsetCaseOwnerType(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseOwnerType(String caseOwnerType) protected voidsetCasePriority(XmlInputStream __in, TypeMapper __typeMapper) voidsetCasePriority(String casePriority) voidsetCreateTask(boolean createTask) protected voidsetCreateTask(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEmailAddress(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmailAddress(String emailAddress) protected voidsetEmailServicesAddress(XmlInputStream __in, TypeMapper __typeMapper) voidsetEmailServicesAddress(String emailServicesAddress) protected voidsetFallbackQueue(XmlInputStream __in, TypeMapper __typeMapper) voidsetFallbackQueue(String fallbackQueue) voidsetIsVerified(boolean isVerified) protected voidsetIsVerified(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetRoutingFlow(XmlInputStream __in, TypeMapper __typeMapper) voidsetRoutingFlow(String routingFlow) protected voidsetRoutingName(XmlInputStream __in, TypeMapper __typeMapper) voidsetRoutingName(String routingName) voidsetSaveEmailHeaders(boolean saveEmailHeaders) protected voidsetSaveEmailHeaders(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTaskStatus(XmlInputStream __in, TypeMapper __typeMapper) voidsetTaskStatus(String taskStatus) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
EmailToCaseRoutingAddress
public EmailToCaseRoutingAddress()Constructor
-
-
Method Details
-
getAddressType
-
setAddressType
-
setAddressType
protected void setAddressType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAuthorizedSenders
-
setAuthorizedSenders
-
setAuthorizedSenders
protected void setAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCaseOrigin
-
setCaseOrigin
-
setCaseOrigin
protected void setCaseOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCaseOwner
-
setCaseOwner
-
setCaseOwner
protected void setCaseOwner(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCaseOwnerType
-
setCaseOwnerType
-
setCaseOwnerType
protected void setCaseOwnerType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCasePriority
-
setCasePriority
-
setCasePriority
protected void setCasePriority(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCreateTask
public boolean getCreateTask() -
isCreateTask
public boolean isCreateTask() -
setCreateTask
public void setCreateTask(boolean createTask) -
setCreateTask
protected void setCreateTask(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailAddress
-
setEmailAddress
-
setEmailAddress
protected void setEmailAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEmailServicesAddress
-
setEmailServicesAddress
-
setEmailServicesAddress
protected void setEmailServicesAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFallbackQueue
-
setFallbackQueue
-
setFallbackQueue
protected void setFallbackQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsVerified
public boolean getIsVerified() -
isIsVerified
public boolean isIsVerified() -
setIsVerified
public void setIsVerified(boolean isVerified) -
setIsVerified
protected void setIsVerified(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRoutingFlow
-
setRoutingFlow
-
setRoutingFlow
protected void setRoutingFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRoutingName
-
setRoutingName
-
setRoutingName
protected void setRoutingName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSaveEmailHeaders
public boolean getSaveEmailHeaders() -
isSaveEmailHeaders
public boolean isSaveEmailHeaders() -
setSaveEmailHeaders
public void setSaveEmailHeaders(boolean saveEmailHeaders) -
setSaveEmailHeaders
protected void setSaveEmailHeaders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTaskStatus
-
setTaskStatus
-
setTaskStatus
protected void setTaskStatus(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
- 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
-
toString
-