Package com.sforce.soap.metadata
Class AccountSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.AccountSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAccountHistoryTracking(boolean enableAccountHistoryTracking) protected voidsetEnableAccountHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAccountInsightsInMobile(boolean enableAccountInsightsInMobile) protected voidsetEnableAccountInsightsInMobile(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAccountOwnerReport(boolean enableAccountOwnerReport) protected voidsetEnableAccountOwnerReport(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAccountTeams(boolean enableAccountTeams) protected voidsetEnableAccountTeams(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableContactHistoryTracking(boolean enableContactHistoryTracking) protected voidsetEnableContactHistoryTracking(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableRelateContactToMultipleAccounts(boolean enableRelateContactToMultipleAccounts) protected voidsetEnableRelateContactToMultipleAccounts(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowViewHierarchyLink(boolean showViewHierarchyLink) protected voidsetShowViewHierarchyLink(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
-
AccountSettings
public AccountSettings()Constructor
-
-
Method Details
-
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
- 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
-