Package com.sforce.soap.metadata
Class AccountSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.AccountSettings
-
-
Constructor Summary
Constructors Constructor Description AccountSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableAccountDiscovery
public boolean getEnableAccountDiscovery()
-
isEnableAccountDiscovery
public boolean isEnableAccountDiscovery()
-
setEnableAccountDiscovery
public void setEnableAccountDiscovery(boolean enableAccountDiscovery)
-
setEnableAccountDiscovery
protected void setEnableAccountDiscovery(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAccountHistoryTracking
public boolean getEnableAccountHistoryTracking()
-
isEnableAccountHistoryTracking
public boolean isEnableAccountHistoryTracking()
-
setEnableAccountHistoryTracking
public void setEnableAccountHistoryTracking(boolean enableAccountHistoryTracking)
-
setEnableAccountHistoryTracking
protected void setEnableAccountHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAccountInsightsInMobile
public boolean getEnableAccountInsightsInMobile()
-
isEnableAccountInsightsInMobile
public boolean isEnableAccountInsightsInMobile()
-
setEnableAccountInsightsInMobile
public void setEnableAccountInsightsInMobile(boolean enableAccountInsightsInMobile)
-
setEnableAccountInsightsInMobile
protected void setEnableAccountInsightsInMobile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAccountOwnerReport
public boolean getEnableAccountOwnerReport()
-
isEnableAccountOwnerReport
public boolean isEnableAccountOwnerReport()
-
setEnableAccountOwnerReport
public void setEnableAccountOwnerReport(boolean enableAccountOwnerReport)
-
setEnableAccountOwnerReport
protected void setEnableAccountOwnerReport(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableAccountTeams
public boolean getEnableAccountTeams()
-
isEnableAccountTeams
public boolean isEnableAccountTeams()
-
setEnableAccountTeams
public void setEnableAccountTeams(boolean enableAccountTeams)
-
setEnableAccountTeams
protected void setEnableAccountTeams(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableContactHistoryTracking
public boolean getEnableContactHistoryTracking()
-
isEnableContactHistoryTracking
public boolean isEnableContactHistoryTracking()
-
setEnableContactHistoryTracking
public void setEnableContactHistoryTracking(boolean enableContactHistoryTracking)
-
setEnableContactHistoryTracking
protected void setEnableContactHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableRelateContactToMultipleAccounts
public boolean getEnableRelateContactToMultipleAccounts()
-
isEnableRelateContactToMultipleAccounts
public boolean isEnableRelateContactToMultipleAccounts()
-
setEnableRelateContactToMultipleAccounts
public void setEnableRelateContactToMultipleAccounts(boolean enableRelateContactToMultipleAccounts)
-
setEnableRelateContactToMultipleAccounts
protected void setEnableRelateContactToMultipleAccounts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowViewHierarchyLink
public boolean getShowViewHierarchyLink()
-
isShowViewHierarchyLink
public boolean isShowViewHierarchyLink()
-
setShowViewHierarchyLink
public void setShowViewHierarchyLink(boolean showViewHierarchyLink)
-
setShowViewHierarchyLink
protected void setShowViewHierarchyLink(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
-
-