Package com.sforce.soap.metadata
Class EmailServicesAddress
- java.lang.Object
-
- com.sforce.soap.metadata.EmailServicesAddress
-
-
Constructor Summary
Constructors Constructor Description EmailServicesAddress()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAuthorizedSenders
public String getAuthorizedSenders()
-
setAuthorizedSenders
public void setAuthorizedSenders(String authorizedSenders)
-
setAuthorizedSenders
protected void setAuthorizedSenders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(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
-
getLocalPart
public String getLocalPart()
-
setLocalPart
public void setLocalPart(String localPart)
-
setLocalPart
protected void setLocalPart(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRunAsUser
public String getRunAsUser()
-
setRunAsUser
public void setRunAsUser(String runAsUser)
-
setRunAsUser
protected void setRunAsUser(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
-
-