public class LeadConvert extends Object implements com.sforce.ws.bind.XMLizable, ILeadConvert
| Constructor and Description |
|---|
LeadConvert()
Constructor
|
| 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 |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
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 |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getAccountId()
ILeadConvertgetAccountId in interface ILeadConvertpublic void setAccountId(String accountId)
setAccountId in interface ILeadConvertpublic String getContactId()
ILeadConvertgetContactId in interface ILeadConvertpublic void setContactId(String contactId)
setContactId in interface ILeadConvertpublic String getConvertedStatus()
ILeadConvertgetConvertedStatus in interface ILeadConvertpublic void setConvertedStatus(String convertedStatus)
setConvertedStatus in interface ILeadConvertpublic boolean getDoNotCreateOpportunity()
ILeadConvertgetDoNotCreateOpportunity in interface ILeadConvertpublic boolean isDoNotCreateOpportunity()
isDoNotCreateOpportunity in interface ILeadConvertpublic void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
setDoNotCreateOpportunity in interface ILeadConvertpublic String getLeadId()
ILeadConvertgetLeadId in interface ILeadConvertpublic void setLeadId(String leadId)
setLeadId in interface ILeadConvertpublic String getOpportunityName()
ILeadConvertgetOpportunityName in interface ILeadConvertpublic void setOpportunityName(String opportunityName)
setOpportunityName in interface ILeadConvertpublic boolean getOverwriteLeadSource()
ILeadConvertgetOverwriteLeadSource in interface ILeadConvertpublic boolean isOverwriteLeadSource()
isOverwriteLeadSource in interface ILeadConvertpublic void setOverwriteLeadSource(boolean overwriteLeadSource)
setOverwriteLeadSource in interface ILeadConvertpublic String getOwnerId()
ILeadConvertgetOwnerId in interface ILeadConvertpublic void setOwnerId(String ownerId)
setOwnerId in interface ILeadConvertpublic boolean getSendNotificationEmail()
ILeadConvertgetSendNotificationEmail in interface ILeadConvertpublic boolean isSendNotificationEmail()
isSendNotificationEmail in interface ILeadConvertpublic void setSendNotificationEmail(boolean sendNotificationEmail)
setSendNotificationEmail in interface ILeadConvertpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.