Class OrgSettings

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

    public class OrgSettings
    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

      • OrgSettings

        public OrgSettings()
        Constructor
    • Method Detail

      • getEnableCustomerSuccessPortal

        public boolean getEnableCustomerSuccessPortal()
      • isEnableCustomerSuccessPortal

        public boolean isEnableCustomerSuccessPortal()
      • setEnableCustomerSuccessPortal

        public void setEnableCustomerSuccessPortal​(boolean enableCustomerSuccessPortal)
      • setEnableCustomerSuccessPortal

        protected void setEnableCustomerSuccessPortal​(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
      • getEnableIncludeContractStatus

        public boolean getEnableIncludeContractStatus()
      • isEnableIncludeContractStatus

        public boolean isEnableIncludeContractStatus()
      • setEnableIncludeContractStatus

        public void setEnableIncludeContractStatus​(boolean enableIncludeContractStatus)
      • setEnableIncludeContractStatus

        protected void setEnableIncludeContractStatus​(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
      • getEnableMakeDeploymentsMandatory

        public boolean getEnableMakeDeploymentsMandatory()
      • isEnableMakeDeploymentsMandatory

        public boolean isEnableMakeDeploymentsMandatory()
      • setEnableMakeDeploymentsMandatory

        public void setEnableMakeDeploymentsMandatory​(boolean enableMakeDeploymentsMandatory)
      • setEnableMakeDeploymentsMandatory

        protected void setEnableMakeDeploymentsMandatory​(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
      • getEnableManageSelfServiceUsers

        public boolean getEnableManageSelfServiceUsers()
      • isEnableManageSelfServiceUsers

        public boolean isEnableManageSelfServiceUsers()
      • setEnableManageSelfServiceUsers

        public void setEnableManageSelfServiceUsers​(boolean enableManageSelfServiceUsers)
      • setEnableManageSelfServiceUsers

        protected void setEnableManageSelfServiceUsers​(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
      • getEnableOrgFeedSentimentAnalysis

        public boolean getEnableOrgFeedSentimentAnalysis()
      • isEnableOrgFeedSentimentAnalysis

        public boolean isEnableOrgFeedSentimentAnalysis()
      • setEnableOrgFeedSentimentAnalysis

        public void setEnableOrgFeedSentimentAnalysis​(boolean enableOrgFeedSentimentAnalysis)
      • setEnableOrgFeedSentimentAnalysis

        protected void setEnableOrgFeedSentimentAnalysis​(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
      • getEnableRADeploymentAttributeOnly

        public boolean getEnableRADeploymentAttributeOnly()
      • isEnableRADeploymentAttributeOnly

        public boolean isEnableRADeploymentAttributeOnly()
      • setEnableRADeploymentAttributeOnly

        public void setEnableRADeploymentAttributeOnly​(boolean enableRADeploymentAttributeOnly)
      • setEnableRADeploymentAttributeOnly

        protected void setEnableRADeploymentAttributeOnly​(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
      • getEnableResetDivisionOnLogin

        public boolean getEnableResetDivisionOnLogin()
      • isEnableResetDivisionOnLogin

        public boolean isEnableResetDivisionOnLogin()
      • setEnableResetDivisionOnLogin

        public void setEnableResetDivisionOnLogin​(boolean enableResetDivisionOnLogin)
      • setEnableResetDivisionOnLogin

        protected void setEnableResetDivisionOnLogin​(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