Interface ILeadConvert

  • All Known Implementing Classes:
    LeadConvert

    public interface ILeadConvert
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getAccountId

        String getAccountId()
        element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setAccountId

        void setAccountId​(String accountId)
      • getAccountRecord

        ISObject getAccountRecord()
        element : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      • setAccountRecord

        void setAccountRecord​(ISObject accountRecord)
      • getBypassAccountDedupeCheck

        Boolean getBypassAccountDedupeCheck()
        element : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setBypassAccountDedupeCheck

        void setBypassAccountDedupeCheck​(Boolean bypassAccountDedupeCheck)
      • getBypassContactDedupeCheck

        Boolean getBypassContactDedupeCheck()
        element : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean
      • setBypassContactDedupeCheck

        void setBypassContactDedupeCheck​(Boolean bypassContactDedupeCheck)
      • getContactId

        String getContactId()
        element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setContactId

        void setContactId​(String contactId)
      • getContactRecord

        ISObject getContactRecord()
        element : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      • setContactRecord

        void setContactRecord​(ISObject contactRecord)
      • getConvertedStatus

        String getConvertedStatus()
        element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setConvertedStatus

        void setConvertedStatus​(String convertedStatus)
      • getDoNotCreateOpportunity

        boolean getDoNotCreateOpportunity()
        element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDoNotCreateOpportunity

        boolean isDoNotCreateOpportunity()
      • setDoNotCreateOpportunity

        void setDoNotCreateOpportunity​(boolean doNotCreateOpportunity)
      • getLeadId

        String getLeadId()
        element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setLeadId

        void setLeadId​(String leadId)
      • getOpportunityId

        String getOpportunityId()
        element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setOpportunityId

        void setOpportunityId​(String opportunityId)
      • getOpportunityName

        String getOpportunityName()
        element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setOpportunityName

        void setOpportunityName​(String opportunityName)
      • getOpportunityRecord

        ISObject getOpportunityRecord()
        element : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      • setOpportunityRecord

        void setOpportunityRecord​(ISObject opportunityRecord)
      • getOverwriteLeadSource

        boolean getOverwriteLeadSource()
        element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isOverwriteLeadSource

        boolean isOverwriteLeadSource()
      • setOverwriteLeadSource

        void setOverwriteLeadSource​(boolean overwriteLeadSource)
      • getOwnerId

        String getOwnerId()
        element : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setOwnerId

        void setOwnerId​(String ownerId)
      • getRelatedPersonAccountId

        String getRelatedPersonAccountId()
        element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setRelatedPersonAccountId

        void setRelatedPersonAccountId​(String relatedPersonAccountId)
      • getRelatedPersonAccountRecord

        ISObject getRelatedPersonAccountRecord()
        element : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      • setRelatedPersonAccountRecord

        void setRelatedPersonAccountRecord​(ISObject relatedPersonAccountRecord)
      • getSendNotificationEmail

        boolean getSendNotificationEmail()
        element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isSendNotificationEmail

        boolean isSendNotificationEmail()
      • setSendNotificationEmail

        void setSendNotificationEmail​(boolean sendNotificationEmail)