Package com.sforce.soap.metadata
Class AutomatedContactsSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.AutomatedContactsSettings
-
-
Constructor Summary
Constructors Constructor Description AutomatedContactsSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-