Class LeadConfigSettings

java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.LeadConfigSettings
All Implemented Interfaces:
XMLizable

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

    • LeadConfigSettings

      public LeadConfigSettings()
      Constructor
  • Method Details

    • getDoesEnableLeadConvertDefaultSubjectBlankTaskCreation

      public boolean getDoesEnableLeadConvertDefaultSubjectBlankTaskCreation()
    • isDoesEnableLeadConvertDefaultSubjectBlankTaskCreation

      public boolean isDoesEnableLeadConvertDefaultSubjectBlankTaskCreation()
    • setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation

      public void setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation(boolean doesEnableLeadConvertDefaultSubjectBlankTaskCreation)
    • setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation

      protected void setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getDoesHideOpportunityInConvertLeadWindow

      public boolean getDoesHideOpportunityInConvertLeadWindow()
    • isDoesHideOpportunityInConvertLeadWindow

      public boolean isDoesHideOpportunityInConvertLeadWindow()
    • setDoesHideOpportunityInConvertLeadWindow

      public void setDoesHideOpportunityInConvertLeadWindow(boolean doesHideOpportunityInConvertLeadWindow)
    • setDoesHideOpportunityInConvertLeadWindow

      protected void setDoesHideOpportunityInConvertLeadWindow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getDoesPreserveLeadStatus

      public boolean getDoesPreserveLeadStatus()
    • isDoesPreserveLeadStatus

      public boolean isDoesPreserveLeadStatus()
    • setDoesPreserveLeadStatus

      public void setDoesPreserveLeadStatus(boolean doesPreserveLeadStatus)
    • setDoesPreserveLeadStatus

      protected void setDoesPreserveLeadStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getDoesSelectNoOpportunityOnConvertLead

      public boolean getDoesSelectNoOpportunityOnConvertLead()
    • isDoesSelectNoOpportunityOnConvertLead

      public boolean isDoesSelectNoOpportunityOnConvertLead()
    • setDoesSelectNoOpportunityOnConvertLead

      public void setDoesSelectNoOpportunityOnConvertLead(boolean doesSelectNoOpportunityOnConvertLead)
    • setDoesSelectNoOpportunityOnConvertLead

      protected void setDoesSelectNoOpportunityOnConvertLead(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getDoesTrackHistory

      public boolean getDoesTrackHistory()
    • isDoesTrackHistory

      public boolean isDoesTrackHistory()
    • setDoesTrackHistory

      public void setDoesTrackHistory(boolean doesTrackHistory)
    • setDoesTrackHistory

      protected void setDoesTrackHistory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableConversionsOnMobile

      public boolean getEnableConversionsOnMobile()
    • isEnableConversionsOnMobile

      public boolean isEnableConversionsOnMobile()
    • setEnableConversionsOnMobile

      public void setEnableConversionsOnMobile(boolean enableConversionsOnMobile)
    • setEnableConversionsOnMobile

      protected void setEnableConversionsOnMobile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getEnableOrgWideMergeAndDelete

      public boolean getEnableOrgWideMergeAndDelete()
    • isEnableOrgWideMergeAndDelete

      public boolean isEnableOrgWideMergeAndDelete()
    • setEnableOrgWideMergeAndDelete

      public void setEnableOrgWideMergeAndDelete(boolean enableOrgWideMergeAndDelete)
    • setEnableOrgWideMergeAndDelete

      protected void setEnableOrgWideMergeAndDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getShouldLeadConvertRequireValidation

      public boolean getShouldLeadConvertRequireValidation()
    • isShouldLeadConvertRequireValidation

      public boolean isShouldLeadConvertRequireValidation()
    • setShouldLeadConvertRequireValidation

      public void setShouldLeadConvertRequireValidation(boolean shouldLeadConvertRequireValidation)
    • setShouldLeadConvertRequireValidation

      protected void setShouldLeadConvertRequireValidation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • getShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX

      public boolean getShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX()
    • isShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX

      public boolean isShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX()
    • setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX

      public void setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX(boolean shouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX)
    • setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX

      protected void setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Throws:
      IOException
      ConnectionException
    • write

      public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface XMLizable
      Overrides:
      write in class Metadata
      Throws:
      IOException
    • writeFields

      protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
      Overrides:
      writeFields in class Metadata
      Throws:
      IOException
    • load

      public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Specified by:
      load in interface XMLizable
      Overrides:
      load in class Metadata
      Throws:
      IOException
      ConnectionException
    • loadFields

      protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
      Overrides:
      loadFields in class Metadata
      Throws:
      IOException
      ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Metadata