Package com.sforce.soap.partner
Class LeadConvert
java.lang.Object
com.sforce.soap.partner.LeadConvert
- All Implemented Interfaces:
ILeadConvert,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
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: booleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAccountId(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccountId(String accountId) voidsetAccountRecord(ISObject accountRecord) protected voidsetAccountRecord(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBypassAccountDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) voidsetBypassAccountDedupeCheck(Boolean bypassAccountDedupeCheck) protected voidsetBypassContactDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) voidsetBypassContactDedupeCheck(Boolean bypassContactDedupeCheck) protected voidsetContactId(XmlInputStream __in, TypeMapper __typeMapper) voidsetContactId(String contactId) voidsetContactRecord(ISObject contactRecord) protected voidsetContactRecord(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetConvertedStatus(XmlInputStream __in, TypeMapper __typeMapper) voidsetConvertedStatus(String convertedStatus) voidsetDoNotCreateOpportunity(boolean doNotCreateOpportunity) protected voidsetDoNotCreateOpportunity(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLeadId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetOpportunityId(XmlInputStream __in, TypeMapper __typeMapper) voidsetOpportunityId(String opportunityId) protected voidsetOpportunityName(XmlInputStream __in, TypeMapper __typeMapper) voidsetOpportunityName(String opportunityName) voidsetOpportunityRecord(ISObject opportunityRecord) protected voidsetOpportunityRecord(XmlInputStream __in, TypeMapper __typeMapper) voidsetOverwriteLeadSource(boolean overwriteLeadSource) protected voidsetOverwriteLeadSource(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOwnerId(XmlInputStream __in, TypeMapper __typeMapper) voidsetOwnerId(String ownerId) protected voidsetRelatedPersonAccountId(XmlInputStream __in, TypeMapper __typeMapper) voidsetRelatedPersonAccountId(String relatedPersonAccountId) voidsetRelatedPersonAccountRecord(ISObject relatedPersonAccountRecord) protected voidsetRelatedPersonAccountRecord(XmlInputStream __in, TypeMapper __typeMapper) voidsetSendNotificationEmail(boolean sendNotificationEmail) protected voidsetSendNotificationEmail(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
LeadConvert
public LeadConvert()Constructor
-
-
Method Details
-
getAccountId
Description copied from interface:ILeadConvertelement : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getAccountIdin interfaceILeadConvert
-
setAccountId
- Specified by:
setAccountIdin interfaceILeadConvert
-
setAccountId
protected void setAccountId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAccountRecord
Description copied from interface:ILeadConvertelement : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getAccountRecordin interfaceILeadConvert
-
setAccountRecord
- Specified by:
setAccountRecordin interfaceILeadConvert
-
setAccountRecord
protected void setAccountRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBypassAccountDedupeCheck
Description copied from interface:ILeadConvertelement : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getBypassAccountDedupeCheckin interfaceILeadConvert
-
setBypassAccountDedupeCheck
- Specified by:
setBypassAccountDedupeCheckin interfaceILeadConvert
-
setBypassAccountDedupeCheck
protected void setBypassAccountDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBypassContactDedupeCheck
Description copied from interface:ILeadConvertelement : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean java type: java.lang.Boolean- Specified by:
getBypassContactDedupeCheckin interfaceILeadConvert
-
setBypassContactDedupeCheck
- Specified by:
setBypassContactDedupeCheckin interfaceILeadConvert
-
setBypassContactDedupeCheck
protected void setBypassContactDedupeCheck(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContactId
Description copied from interface:ILeadConvertelement : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getContactIdin interfaceILeadConvert
-
setContactId
- Specified by:
setContactIdin interfaceILeadConvert
-
setContactId
protected void setContactId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContactRecord
Description copied from interface:ILeadConvertelement : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getContactRecordin interfaceILeadConvert
-
setContactRecord
- Specified by:
setContactRecordin interfaceILeadConvert
-
setContactRecord
protected void setContactRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConvertedStatus
Description copied from interface:ILeadConvertelement : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getConvertedStatusin interfaceILeadConvert
-
setConvertedStatus
- Specified by:
setConvertedStatusin interfaceILeadConvert
-
setConvertedStatus
protected void setConvertedStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDoNotCreateOpportunity
public boolean getDoNotCreateOpportunity()Description copied from interface:ILeadConvertelement : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDoNotCreateOpportunityin interfaceILeadConvert
-
isDoNotCreateOpportunity
public boolean isDoNotCreateOpportunity()- Specified by:
isDoNotCreateOpportunityin interfaceILeadConvert
-
setDoNotCreateOpportunity
public void setDoNotCreateOpportunity(boolean doNotCreateOpportunity) - Specified by:
setDoNotCreateOpportunityin interfaceILeadConvert
-
setDoNotCreateOpportunity
protected void setDoNotCreateOpportunity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLeadId
Description copied from interface:ILeadConvertelement : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getLeadIdin interfaceILeadConvert
-
setLeadId
- Specified by:
setLeadIdin interfaceILeadConvert
-
setLeadId
protected void setLeadId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOpportunityId
Description copied from interface:ILeadConvertelement : opportunityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getOpportunityIdin interfaceILeadConvert
-
setOpportunityId
- Specified by:
setOpportunityIdin interfaceILeadConvert
-
setOpportunityId
protected void setOpportunityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOpportunityName
Description copied from interface:ILeadConvertelement : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getOpportunityNamein interfaceILeadConvert
-
setOpportunityName
- Specified by:
setOpportunityNamein interfaceILeadConvert
-
setOpportunityName
protected void setOpportunityName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOpportunityRecord
Description copied from interface:ILeadConvertelement : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getOpportunityRecordin interfaceILeadConvert
-
setOpportunityRecord
- Specified by:
setOpportunityRecordin interfaceILeadConvert
-
setOpportunityRecord
protected void setOpportunityRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOverwriteLeadSource
public boolean getOverwriteLeadSource()Description copied from interface:ILeadConvertelement : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOverwriteLeadSourcein interfaceILeadConvert
-
isOverwriteLeadSource
public boolean isOverwriteLeadSource()- Specified by:
isOverwriteLeadSourcein interfaceILeadConvert
-
setOverwriteLeadSource
public void setOverwriteLeadSource(boolean overwriteLeadSource) - Specified by:
setOverwriteLeadSourcein interfaceILeadConvert
-
setOverwriteLeadSource
protected void setOverwriteLeadSource(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOwnerId
Description copied from interface:ILeadConvertelement : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getOwnerIdin interfaceILeadConvert
-
setOwnerId
- Specified by:
setOwnerIdin interfaceILeadConvert
-
setOwnerId
protected void setOwnerId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelatedPersonAccountId
Description copied from interface:ILeadConvertelement : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRelatedPersonAccountIdin interfaceILeadConvert
-
setRelatedPersonAccountId
- Specified by:
setRelatedPersonAccountIdin interfaceILeadConvert
-
setRelatedPersonAccountId
protected void setRelatedPersonAccountId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelatedPersonAccountRecord
Description copied from interface:ILeadConvertelement : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject- Specified by:
getRelatedPersonAccountRecordin interfaceILeadConvert
-
setRelatedPersonAccountRecord
- Specified by:
setRelatedPersonAccountRecordin interfaceILeadConvert
-
setRelatedPersonAccountRecord
protected void setRelatedPersonAccountRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSendNotificationEmail
public boolean getSendNotificationEmail()Description copied from interface:ILeadConvertelement : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSendNotificationEmailin interfaceILeadConvert
-
isSendNotificationEmail
public boolean isSendNotificationEmail()- Specified by:
isSendNotificationEmailin interfaceILeadConvert
-
setSendNotificationEmail
public void setSendNotificationEmail(boolean sendNotificationEmail) - Specified by:
setSendNotificationEmailin interfaceILeadConvert
-
setSendNotificationEmail
protected void setSendNotificationEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-