public class LeadConvert extends Object implements Serializable
Constructor and Description |
---|
LeadConvert() |
LeadConvert(String accountId,
String contactId,
String convertedStatus,
boolean doNotCreateOpportunity,
String leadId,
String opportunityName,
boolean overwriteLeadSource,
String ownerId,
boolean sendNotificationEmail) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccountId()
Gets the accountId value for this LeadConvert.
|
String |
getContactId()
Gets the contactId value for this LeadConvert.
|
String |
getConvertedStatus()
Gets the convertedStatus value for this LeadConvert.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLeadId()
Gets the leadId value for this LeadConvert.
|
String |
getOpportunityName()
Gets the opportunityName value for this LeadConvert.
|
String |
getOwnerId()
Gets the ownerId value for this LeadConvert.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isDoNotCreateOpportunity()
Gets the doNotCreateOpportunity value for this LeadConvert.
|
boolean |
isOverwriteLeadSource()
Gets the overwriteLeadSource value for this LeadConvert.
|
boolean |
isSendNotificationEmail()
Gets the sendNotificationEmail value for this LeadConvert.
|
void |
setAccountId(String accountId)
Sets the accountId value for this LeadConvert.
|
void |
setContactId(String contactId)
Sets the contactId value for this LeadConvert.
|
void |
setConvertedStatus(String convertedStatus)
Sets the convertedStatus value for this LeadConvert.
|
void |
setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
Sets the doNotCreateOpportunity value for this LeadConvert.
|
void |
setLeadId(String leadId)
Sets the leadId value for this LeadConvert.
|
void |
setOpportunityName(String opportunityName)
Sets the opportunityName value for this LeadConvert.
|
void |
setOverwriteLeadSource(boolean overwriteLeadSource)
Sets the overwriteLeadSource value for this LeadConvert.
|
void |
setOwnerId(String ownerId)
Sets the ownerId value for this LeadConvert.
|
void |
setSendNotificationEmail(boolean sendNotificationEmail)
Sets the sendNotificationEmail value for this LeadConvert.
|
public String getAccountId()
public void setAccountId(String accountId)
accountId
- public String getContactId()
public void setContactId(String contactId)
contactId
- public String getConvertedStatus()
public void setConvertedStatus(String convertedStatus)
convertedStatus
- public boolean isDoNotCreateOpportunity()
public void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
doNotCreateOpportunity
- public String getLeadId()
public void setLeadId(String leadId)
leadId
- public String getOpportunityName()
public void setOpportunityName(String opportunityName)
opportunityName
- public boolean isOverwriteLeadSource()
public void setOverwriteLeadSource(boolean overwriteLeadSource)
overwriteLeadSource
- public String getOwnerId()
public void setOwnerId(String ownerId)
ownerId
- public boolean isSendNotificationEmail()
public void setSendNotificationEmail(boolean sendNotificationEmail)
sendNotificationEmail
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.