|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.LeadConvert
public class LeadConvert
Java class for LeadConvert complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LeadConvert">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accountId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="contactId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="convertedStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="doNotCreateOpportunity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="leadId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="opportunityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="overwriteLeadSource" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ownerId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="sendNotificationEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
accountId
|
protected String |
contactId
|
protected String |
convertedStatus
|
protected boolean |
doNotCreateOpportunity
|
protected String |
leadId
|
protected String |
opportunityName
|
protected boolean |
overwriteLeadSource
|
protected String |
ownerId
|
protected boolean |
sendNotificationEmail
|
| Constructor Summary | |
|---|---|
LeadConvert()
|
|
| Method Summary | |
|---|---|
String |
getAccountId()
Gets the value of the accountId property. |
String |
getContactId()
Gets the value of the contactId property. |
String |
getConvertedStatus()
Gets the value of the convertedStatus property. |
String |
getLeadId()
Gets the value of the leadId property. |
String |
getOpportunityName()
Gets the value of the opportunityName property. |
String |
getOwnerId()
Gets the value of the ownerId property. |
boolean |
isDoNotCreateOpportunity()
Gets the value of the doNotCreateOpportunity property. |
boolean |
isOverwriteLeadSource()
Gets the value of the overwriteLeadSource property. |
boolean |
isSendNotificationEmail()
Gets the value of the sendNotificationEmail property. |
void |
setAccountId(String value)
Sets the value of the accountId property. |
void |
setContactId(String value)
Sets the value of the contactId property. |
void |
setConvertedStatus(String value)
Sets the value of the convertedStatus property. |
void |
setDoNotCreateOpportunity(boolean value)
Sets the value of the doNotCreateOpportunity property. |
void |
setLeadId(String value)
Sets the value of the leadId property. |
void |
setOpportunityName(String value)
Sets the value of the opportunityName property. |
void |
setOverwriteLeadSource(boolean value)
Sets the value of the overwriteLeadSource property. |
void |
setOwnerId(String value)
Sets the value of the ownerId property. |
void |
setSendNotificationEmail(boolean value)
Sets the value of the sendNotificationEmail property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String accountId
protected String contactId
protected String convertedStatus
protected boolean doNotCreateOpportunity
protected String leadId
protected String opportunityName
protected boolean overwriteLeadSource
protected String ownerId
protected boolean sendNotificationEmail
| Constructor Detail |
|---|
public LeadConvert()
| Method Detail |
|---|
public String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getContactId()
Stringpublic void setContactId(String value)
value - allowed object is
Stringpublic String getConvertedStatus()
Stringpublic void setConvertedStatus(String value)
value - allowed object is
Stringpublic boolean isDoNotCreateOpportunity()
public void setDoNotCreateOpportunity(boolean value)
public String getLeadId()
Stringpublic void setLeadId(String value)
value - allowed object is
Stringpublic String getOpportunityName()
Stringpublic void setOpportunityName(String value)
value - allowed object is
Stringpublic boolean isOverwriteLeadSource()
public void setOverwriteLeadSource(boolean value)
public String getOwnerId()
Stringpublic void setOwnerId(String value)
value - allowed object is
Stringpublic boolean isSendNotificationEmail()
public void setSendNotificationEmail(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||