Package com.sforce.soap.partner
Interface ILeadConvert
-
- All Known Implementing Classes:
LeadConvert
public interface ILeadConvertThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountId()element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringISObjectgetAccountRecord()element : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectBooleangetBypassAccountDedupeCheck()element : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanBooleangetBypassContactDedupeCheck()element : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.BooleanStringgetContactId()element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringISObjectgetContactRecord()element : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectStringgetConvertedStatus()element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetDoNotCreateOpportunity()element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetLeadId()element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetOpportunityId()element : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetOpportunityName()element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringISObjectgetOpportunityRecord()element : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectbooleangetOverwriteLeadSource()element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetOwnerId()element : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetRelatedPersonAccountId()element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringISObjectgetRelatedPersonAccountRecord()element : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObjectbooleangetSendNotificationEmail()element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisDoNotCreateOpportunity()booleanisOverwriteLeadSource()booleanisSendNotificationEmail()voidsetAccountId(String accountId)voidsetAccountRecord(ISObject accountRecord)voidsetBypassAccountDedupeCheck(Boolean bypassAccountDedupeCheck)voidsetBypassContactDedupeCheck(Boolean bypassContactDedupeCheck)voidsetContactId(String contactId)voidsetContactRecord(ISObject contactRecord)voidsetConvertedStatus(String convertedStatus)voidsetDoNotCreateOpportunity(boolean doNotCreateOpportunity)voidsetLeadId(String leadId)voidsetOpportunityId(String opportunityId)voidsetOpportunityName(String opportunityName)voidsetOpportunityRecord(ISObject opportunityRecord)voidsetOverwriteLeadSource(boolean overwriteLeadSource)voidsetOwnerId(String ownerId)voidsetRelatedPersonAccountId(String relatedPersonAccountId)voidsetRelatedPersonAccountRecord(ISObject relatedPersonAccountRecord)voidsetSendNotificationEmail(boolean sendNotificationEmail)
-
-
-
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)
-
-