|
||||||||||
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 java.lang.String |
accountId
|
protected java.lang.String |
contactId
|
protected java.lang.String |
convertedStatus
|
protected boolean |
doNotCreateOpportunity
|
protected java.lang.String |
leadId
|
protected java.lang.String |
opportunityName
|
protected boolean |
overwriteLeadSource
|
protected java.lang.String |
ownerId
|
protected boolean |
sendNotificationEmail
|
Constructor Summary | |
---|---|
LeadConvert()
|
Method Summary | |
---|---|
java.lang.String |
getAccountId()
Gets the value of the accountId property. |
java.lang.String |
getContactId()
Gets the value of the contactId property. |
java.lang.String |
getConvertedStatus()
Gets the value of the convertedStatus property. |
java.lang.String |
getLeadId()
Gets the value of the leadId property. |
java.lang.String |
getOpportunityName()
Gets the value of the opportunityName property. |
java.lang.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(java.lang.String value)
Sets the value of the accountId property. |
void |
setContactId(java.lang.String value)
Sets the value of the contactId property. |
void |
setConvertedStatus(java.lang.String value)
Sets the value of the convertedStatus property. |
void |
setDoNotCreateOpportunity(boolean value)
Sets the value of the doNotCreateOpportunity property. |
void |
setLeadId(java.lang.String value)
Sets the value of the leadId property. |
void |
setOpportunityName(java.lang.String value)
Sets the value of the opportunityName property. |
void |
setOverwriteLeadSource(boolean value)
Sets the value of the overwriteLeadSource property. |
void |
setOwnerId(java.lang.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 java.lang.String accountId
protected java.lang.String contactId
protected java.lang.String convertedStatus
protected boolean doNotCreateOpportunity
protected java.lang.String leadId
protected java.lang.String opportunityName
protected boolean overwriteLeadSource
protected java.lang.String ownerId
protected boolean sendNotificationEmail
Constructor Detail |
---|
public LeadConvert()
Method Detail |
---|
public java.lang.String getAccountId()
String
public void setAccountId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContactId()
String
public void setContactId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConvertedStatus()
String
public void setConvertedStatus(java.lang.String value)
value
- allowed object is
String
public boolean isDoNotCreateOpportunity()
public void setDoNotCreateOpportunity(boolean value)
public java.lang.String getLeadId()
String
public void setLeadId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOpportunityName()
String
public void setOpportunityName(java.lang.String value)
value
- allowed object is
String
public boolean isOverwriteLeadSource()
public void setOverwriteLeadSource(boolean value)
public java.lang.String getOwnerId()
String
public void setOwnerId(java.lang.String value)
value
- allowed object is
String
public boolean isSendNotificationEmail()
public void setSendNotificationEmail(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |