Package com.sforce.soap.metadata
Class EmailToCaseRoutingAddress
- java.lang.Object
-
- com.sforce.soap.metadata.EmailToCaseRoutingAddress
-
-
Constructor Summary
Constructors Constructor Description EmailToCaseRoutingAddress()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAddressType
public EmailToCaseRoutingAddressType getAddressType()
-
setAddressType
public void setAddressType(EmailToCaseRoutingAddressType addressType)
-
setAddressType
protected void setAddressType(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
-
getCaseOrigin
public String getCaseOrigin()
-
setCaseOrigin
public void setCaseOrigin(String caseOrigin)
-
setCaseOrigin
protected void setCaseOrigin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCaseOwner
public String getCaseOwner()
-
setCaseOwner
public void setCaseOwner(String caseOwner)
-
setCaseOwner
protected void setCaseOwner(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCaseOwnerType
public String getCaseOwnerType()
-
setCaseOwnerType
public void setCaseOwnerType(String caseOwnerType)
-
setCaseOwnerType
protected void setCaseOwnerType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCasePriority
public String getCasePriority()
-
setCasePriority
public void setCasePriority(String casePriority)
-
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
public String getEmailAddress()
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
setEmailAddress
protected void setEmailAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEmailServicesAddress
public String getEmailServicesAddress()
-
setEmailServicesAddress
public void setEmailServicesAddress(String emailServicesAddress)
-
setEmailServicesAddress
protected void setEmailServicesAddress(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFallbackQueue
public String getFallbackQueue()
-
setFallbackQueue
public void setFallbackQueue(String fallbackQueue)
-
setFallbackQueue
protected void setFallbackQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsPermsetControlled
public boolean getIsPermsetControlled()
-
isIsPermsetControlled
public boolean isIsPermsetControlled()
-
setIsPermsetControlled
public void setIsPermsetControlled(boolean isPermsetControlled)
-
setIsPermsetControlled
protected void setIsPermsetControlled(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
public String getRoutingFlow()
-
setRoutingFlow
public void setRoutingFlow(String routingFlow)
-
setRoutingFlow
protected void setRoutingFlow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRoutingName
public String getRoutingName()
-
setRoutingName
public void setRoutingName(String routingName)
-
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
public String getTaskStatus()
-
setTaskStatus
public void setTaskStatus(String taskStatus)
-
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
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
-
-