public class LeadConvert extends java.lang.Object implements XMLizable, ILeadConvert
| Constructor and Description |
|---|
LeadConvert()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountId()
element : accountId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
SObject |
getAccountRecord()
element : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject
|
java.lang.Boolean |
getBypassAccountDedupeCheck()
element : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
java.lang.Boolean |
getBypassContactDedupeCheck()
element : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean
java type: java.lang.Boolean
|
java.lang.String |
getContactId()
element : contactId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
SObject |
getContactRecord()
element : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject
|
java.lang.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
|
java.lang.String |
getLeadId()
element : leadId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getOpportunityId()
element : opportunityId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getOpportunityName()
element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
SObject |
getOpportunityRecord()
element : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject
|
boolean |
getOverwriteLeadSource()
element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.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(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAccountId(java.lang.String accountId) |
protected void |
setAccountId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAccountRecord(ISObject accountRecord) |
protected void |
setAccountRecord(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setBypassAccountDedupeCheck(java.lang.Boolean bypassAccountDedupeCheck) |
protected void |
setBypassAccountDedupeCheck(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setBypassContactDedupeCheck(java.lang.Boolean bypassContactDedupeCheck) |
protected void |
setBypassContactDedupeCheck(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setContactId(java.lang.String contactId) |
protected void |
setContactId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setContactRecord(ISObject contactRecord) |
protected void |
setContactRecord(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setConvertedStatus(java.lang.String convertedStatus) |
protected void |
setConvertedStatus(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setDoNotCreateOpportunity(boolean doNotCreateOpportunity) |
protected void |
setDoNotCreateOpportunity(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setLeadId(java.lang.String leadId) |
protected void |
setLeadId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOpportunityId(java.lang.String opportunityId) |
protected void |
setOpportunityId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOpportunityName(java.lang.String opportunityName) |
protected void |
setOpportunityName(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOpportunityRecord(ISObject opportunityRecord) |
protected void |
setOpportunityRecord(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOverwriteLeadSource(boolean overwriteLeadSource) |
protected void |
setOverwriteLeadSource(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOwnerId(java.lang.String ownerId) |
protected void |
setOwnerId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSendNotificationEmail(boolean sendNotificationEmail) |
protected void |
setSendNotificationEmail(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public java.lang.String getAccountId()
ILeadConvertgetAccountId in interface ILeadConvertpublic void setAccountId(java.lang.String accountId)
setAccountId in interface ILeadConvertprotected void setAccountId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic SObject getAccountRecord()
ILeadConvertgetAccountRecord in interface ILeadConvertpublic void setAccountRecord(ISObject accountRecord)
setAccountRecord in interface ILeadConvertprotected void setAccountRecord(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Boolean getBypassAccountDedupeCheck()
ILeadConvertgetBypassAccountDedupeCheck in interface ILeadConvertpublic void setBypassAccountDedupeCheck(java.lang.Boolean bypassAccountDedupeCheck)
setBypassAccountDedupeCheck in interface ILeadConvertprotected void setBypassAccountDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Boolean getBypassContactDedupeCheck()
ILeadConvertgetBypassContactDedupeCheck in interface ILeadConvertpublic void setBypassContactDedupeCheck(java.lang.Boolean bypassContactDedupeCheck)
setBypassContactDedupeCheck in interface ILeadConvertprotected void setBypassContactDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getContactId()
ILeadConvertgetContactId in interface ILeadConvertpublic void setContactId(java.lang.String contactId)
setContactId in interface ILeadConvertprotected void setContactId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic SObject getContactRecord()
ILeadConvertgetContactRecord in interface ILeadConvertpublic void setContactRecord(ISObject contactRecord)
setContactRecord in interface ILeadConvertprotected void setContactRecord(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getConvertedStatus()
ILeadConvertgetConvertedStatus in interface ILeadConvertpublic void setConvertedStatus(java.lang.String convertedStatus)
setConvertedStatus in interface ILeadConvertprotected void setConvertedStatus(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getDoNotCreateOpportunity()
ILeadConvertgetDoNotCreateOpportunity in interface ILeadConvertpublic boolean isDoNotCreateOpportunity()
isDoNotCreateOpportunity in interface ILeadConvertpublic void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
setDoNotCreateOpportunity in interface ILeadConvertprotected void setDoNotCreateOpportunity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getLeadId()
ILeadConvertgetLeadId in interface ILeadConvertpublic void setLeadId(java.lang.String leadId)
setLeadId in interface ILeadConvertprotected void setLeadId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOpportunityId()
ILeadConvertgetOpportunityId in interface ILeadConvertpublic void setOpportunityId(java.lang.String opportunityId)
setOpportunityId in interface ILeadConvertprotected void setOpportunityId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOpportunityName()
ILeadConvertgetOpportunityName in interface ILeadConvertpublic void setOpportunityName(java.lang.String opportunityName)
setOpportunityName in interface ILeadConvertprotected void setOpportunityName(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic SObject getOpportunityRecord()
ILeadConvertgetOpportunityRecord in interface ILeadConvertpublic void setOpportunityRecord(ISObject opportunityRecord)
setOpportunityRecord in interface ILeadConvertprotected void setOpportunityRecord(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getOverwriteLeadSource()
ILeadConvertgetOverwriteLeadSource in interface ILeadConvertpublic boolean isOverwriteLeadSource()
isOverwriteLeadSource in interface ILeadConvertpublic void setOverwriteLeadSource(boolean overwriteLeadSource)
setOverwriteLeadSource in interface ILeadConvertprotected void setOverwriteLeadSource(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getOwnerId()
ILeadConvertgetOwnerId in interface ILeadConvertpublic void setOwnerId(java.lang.String ownerId)
setOwnerId in interface ILeadConvertprotected void setOwnerId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic boolean getSendNotificationEmail()
ILeadConvertgetSendNotificationEmail in interface ILeadConvertpublic boolean isSendNotificationEmail()
isSendNotificationEmail in interface ILeadConvertpublic void setSendNotificationEmail(boolean sendNotificationEmail)
setSendNotificationEmail in interface ILeadConvertprotected void setSendNotificationEmail(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.