public interface ILeadConvert
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
element : accountId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getContactId()
element : contactId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getConvertedStatus()
element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getDoNotCreateOpportunity()
element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getLeadId()
element : leadId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getOpportunityName()
element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getOverwriteLeadSource()
element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getOwnerId()
element : ownerId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
boolean |
getSendNotificationEmail()
element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isDoNotCreateOpportunity() |
boolean |
isOverwriteLeadSource() |
boolean |
isSendNotificationEmail() |
void |
setAccountId(String accountId) |
void |
setContactId(String contactId) |
void |
setConvertedStatus(String convertedStatus) |
void |
setDoNotCreateOpportunity(boolean doNotCreateOpportunity) |
void |
setLeadId(String leadId) |
void |
setOpportunityName(String opportunityName) |
void |
setOverwriteLeadSource(boolean overwriteLeadSource) |
void |
setOwnerId(String ownerId) |
void |
setSendNotificationEmail(boolean sendNotificationEmail) |
String getAccountId()
void setAccountId(String accountId)
String getContactId()
void setContactId(String contactId)
String getConvertedStatus()
void setConvertedStatus(String convertedStatus)
boolean getDoNotCreateOpportunity()
boolean isDoNotCreateOpportunity()
void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
String getLeadId()
void setLeadId(String leadId)
String getOpportunityName()
void setOpportunityName(String opportunityName)
boolean getOverwriteLeadSource()
boolean isOverwriteLeadSource()
void setOverwriteLeadSource(boolean overwriteLeadSource)
String getOwnerId()
void setOwnerId(String ownerId)
boolean getSendNotificationEmail()
boolean isSendNotificationEmail()
void setSendNotificationEmail(boolean sendNotificationEmail)
Copyright © 2015. All Rights Reserved.