Class AccountSettings

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class AccountSettings
    extends Metadata
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • AccountSettings

        public AccountSettings()
        Constructor
    • Method Detail

      • getEnableAccountHistoryTracking

        public boolean getEnableAccountHistoryTracking()
      • isEnableAccountHistoryTracking

        public boolean isEnableAccountHistoryTracking()
      • setEnableAccountHistoryTracking

        public void setEnableAccountHistoryTracking​(boolean enableAccountHistoryTracking)
      • setEnableAccountHistoryTracking

        protected void setEnableAccountHistoryTracking​(com.sforce.ws.parser.XmlInputStream __in,
                                                       com.sforce.ws.bind.TypeMapper __typeMapper)
                                                throws java.io.IOException,
                                                       com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableAccountInsightsInMobile

        public boolean getEnableAccountInsightsInMobile()
      • isEnableAccountInsightsInMobile

        public boolean isEnableAccountInsightsInMobile()
      • setEnableAccountInsightsInMobile

        public void setEnableAccountInsightsInMobile​(boolean enableAccountInsightsInMobile)
      • setEnableAccountInsightsInMobile

        protected void setEnableAccountInsightsInMobile​(com.sforce.ws.parser.XmlInputStream __in,
                                                        com.sforce.ws.bind.TypeMapper __typeMapper)
                                                 throws java.io.IOException,
                                                        com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableAccountOwnerReport

        public boolean getEnableAccountOwnerReport()
      • isEnableAccountOwnerReport

        public boolean isEnableAccountOwnerReport()
      • setEnableAccountOwnerReport

        public void setEnableAccountOwnerReport​(boolean enableAccountOwnerReport)
      • setEnableAccountOwnerReport

        protected void setEnableAccountOwnerReport​(com.sforce.ws.parser.XmlInputStream __in,
                                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                                            throws java.io.IOException,
                                                   com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableAccountTeams

        public boolean getEnableAccountTeams()
      • isEnableAccountTeams

        public boolean isEnableAccountTeams()
      • setEnableAccountTeams

        public void setEnableAccountTeams​(boolean enableAccountTeams)
      • setEnableAccountTeams

        protected void setEnableAccountTeams​(com.sforce.ws.parser.XmlInputStream __in,
                                             com.sforce.ws.bind.TypeMapper __typeMapper)
                                      throws java.io.IOException,
                                             com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableContactHistoryTracking

        public boolean getEnableContactHistoryTracking()
      • isEnableContactHistoryTracking

        public boolean isEnableContactHistoryTracking()
      • setEnableContactHistoryTracking

        public void setEnableContactHistoryTracking​(boolean enableContactHistoryTracking)
      • setEnableContactHistoryTracking

        protected void setEnableContactHistoryTracking​(com.sforce.ws.parser.XmlInputStream __in,
                                                       com.sforce.ws.bind.TypeMapper __typeMapper)
                                                throws java.io.IOException,
                                                       com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getEnableRelateContactToMultipleAccounts

        public boolean getEnableRelateContactToMultipleAccounts()
      • isEnableRelateContactToMultipleAccounts

        public boolean isEnableRelateContactToMultipleAccounts()
      • setEnableRelateContactToMultipleAccounts

        public void setEnableRelateContactToMultipleAccounts​(boolean enableRelateContactToMultipleAccounts)
      • setEnableRelateContactToMultipleAccounts

        protected void setEnableRelateContactToMultipleAccounts​(com.sforce.ws.parser.XmlInputStream __in,
                                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                                         throws java.io.IOException,
                                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getShowViewHierarchyLink

        public boolean getShowViewHierarchyLink()
      • isShowViewHierarchyLink

        public boolean isShowViewHierarchyLink()
      • setShowViewHierarchyLink

        public void setShowViewHierarchyLink​(boolean showViewHierarchyLink)
      • setShowViewHierarchyLink

        protected void setShowViewHierarchyLink​(com.sforce.ws.parser.XmlInputStream __in,
                                                com.sforce.ws.bind.TypeMapper __typeMapper)
                                         throws java.io.IOException,
                                                com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Overrides:
        write in class Metadata
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Overrides:
        writeFields in class Metadata
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Overrides:
        load in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Overrides:
        loadFields in class Metadata
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Metadata