Package com.sforce.soap.partner
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 Summary
Modifier and TypeMethodDescriptionelement : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectelement : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Booleanelement : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectelement : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectbooleanelement : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectbooleanelement : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanbooleanvoidsetAccountId(String accountId) voidsetAccountRecord(ISObject accountRecord) voidsetBypassAccountDedupeCheck(Boolean bypassAccountDedupeCheck) voidsetBypassContactDedupeCheck(Boolean bypassContactDedupeCheck) voidsetContactId(String contactId) voidsetContactRecord(ISObject contactRecord) voidsetConvertedStatus(String convertedStatus) voidsetDoNotCreateOpportunity(boolean doNotCreateOpportunity) voidvoidsetOpportunityId(String opportunityId) voidsetOpportunityName(String opportunityName) voidsetOpportunityRecord(ISObject opportunityRecord) voidsetOverwriteLeadSource(boolean overwriteLeadSource) voidsetOwnerId(String ownerId) voidsetRelatedPersonAccountId(String relatedPersonAccountId) voidsetRelatedPersonAccountRecord(ISObject relatedPersonAccountRecord) voidsetSendNotificationEmail(boolean sendNotificationEmail)
-
Method Details
-
getAccountId
String getAccountId()element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setAccountId
-
getAccountRecord
ISObject getAccountRecord()element : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject -
setAccountRecord
-
getBypassAccountDedupeCheck
Boolean getBypassAccountDedupeCheck()element : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setBypassAccountDedupeCheck
-
getBypassContactDedupeCheck
Boolean getBypassContactDedupeCheck()element : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean -
setBypassContactDedupeCheck
-
getContactId
String getContactId()element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setContactId
-
getContactRecord
ISObject getContactRecord()element : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject -
setContactRecord
-
getConvertedStatus
String getConvertedStatus()element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setConvertedStatus
-
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
-
getOpportunityId
String getOpportunityId()element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setOpportunityId
-
getOpportunityName
String getOpportunityName()element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setOpportunityName
-
getOpportunityRecord
ISObject getOpportunityRecord()element : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject -
setOpportunityRecord
-
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
-
getRelatedPersonAccountId
String getRelatedPersonAccountId()element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRelatedPersonAccountId
-
getRelatedPersonAccountRecord
ISObject getRelatedPersonAccountRecord()element : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject -
setRelatedPersonAccountRecord
-
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)
-