Package com.sforce.soap.metadata
Class AutomatedContactsSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.AutomatedContactsSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAddContactAutomatically(boolean enableAddContactAutomatically) protected voidsetEnableAddContactAutomatically(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAddContactRoleAutomatically(boolean enableAddContactRoleAutomatically) protected voidsetEnableAddContactRoleAutomatically(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAddContactRoleWithSuggestion(boolean enableAddContactRoleWithSuggestion) protected voidsetEnableAddContactRoleWithSuggestion(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAddContactWithSuggestion(boolean enableAddContactWithSuggestion) protected voidsetEnableAddContactWithSuggestion(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
-
AutomatedContactsSettings
public AutomatedContactsSettings()Constructor
-
-
Method Details
-
getEnableAddContactAutomatically
public boolean getEnableAddContactAutomatically() -
isEnableAddContactAutomatically
public boolean isEnableAddContactAutomatically() -
setEnableAddContactAutomatically
public void setEnableAddContactAutomatically(boolean enableAddContactAutomatically) -
setEnableAddContactAutomatically
protected void setEnableAddContactAutomatically(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAddContactRoleAutomatically
public boolean getEnableAddContactRoleAutomatically() -
isEnableAddContactRoleAutomatically
public boolean isEnableAddContactRoleAutomatically() -
setEnableAddContactRoleAutomatically
public void setEnableAddContactRoleAutomatically(boolean enableAddContactRoleAutomatically) -
setEnableAddContactRoleAutomatically
protected void setEnableAddContactRoleAutomatically(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAddContactRoleWithSuggestion
public boolean getEnableAddContactRoleWithSuggestion() -
isEnableAddContactRoleWithSuggestion
public boolean isEnableAddContactRoleWithSuggestion() -
setEnableAddContactRoleWithSuggestion
public void setEnableAddContactRoleWithSuggestion(boolean enableAddContactRoleWithSuggestion) -
setEnableAddContactRoleWithSuggestion
protected void setEnableAddContactRoleWithSuggestion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAddContactWithSuggestion
public boolean getEnableAddContactWithSuggestion() -
isEnableAddContactWithSuggestion
public boolean isEnableAddContactWithSuggestion() -
setEnableAddContactWithSuggestion
public void setEnableAddContactWithSuggestion(boolean enableAddContactWithSuggestion) -
setEnableAddContactWithSuggestion
protected void setEnableAddContactWithSuggestion(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
-