170 lines
5.0 KiB
Java
170 lines
5.0 KiB
Java
|
|
package com.sforce.soap.partner;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public interface ILeadConvert {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : accountId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getAccountId();
|
||
|
|
|
||
|
|
public void setAccountId(java.lang.String accountId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : accountRecord of type {urn:sobject.partner.soap.sforce.com}sObject
|
||
|
|
* java type: com.sforce.soap.partner.sobject.SObject
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.sobject.ISObject getAccountRecord();
|
||
|
|
|
||
|
|
public void setAccountRecord(com.sforce.soap.partner.sobject.ISObject accountRecord);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : bypassAccountDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.Boolean getBypassAccountDedupeCheck();
|
||
|
|
|
||
|
|
public void setBypassAccountDedupeCheck(java.lang.Boolean bypassAccountDedupeCheck);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : bypassContactDedupeCheck of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.Boolean getBypassContactDedupeCheck();
|
||
|
|
|
||
|
|
public void setBypassContactDedupeCheck(java.lang.Boolean bypassContactDedupeCheck);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : contactId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getContactId();
|
||
|
|
|
||
|
|
public void setContactId(java.lang.String contactId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : contactRecord of type {urn:sobject.partner.soap.sforce.com}sObject
|
||
|
|
* java type: com.sforce.soap.partner.sobject.SObject
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.sobject.ISObject getContactRecord();
|
||
|
|
|
||
|
|
public void setContactRecord(com.sforce.soap.partner.sobject.ISObject contactRecord);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getConvertedStatus();
|
||
|
|
|
||
|
|
public void setConvertedStatus(java.lang.String convertedStatus);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getDoNotCreateOpportunity();
|
||
|
|
|
||
|
|
public boolean isDoNotCreateOpportunity();
|
||
|
|
|
||
|
|
public void setDoNotCreateOpportunity(boolean doNotCreateOpportunity);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : leadId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getLeadId();
|
||
|
|
|
||
|
|
public void setLeadId(java.lang.String leadId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : opportunityId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getOpportunityId();
|
||
|
|
|
||
|
|
public void setOpportunityId(java.lang.String opportunityId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getOpportunityName();
|
||
|
|
|
||
|
|
public void setOpportunityName(java.lang.String opportunityName);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : opportunityRecord of type {urn:sobject.partner.soap.sforce.com}sObject
|
||
|
|
* java type: com.sforce.soap.partner.sobject.SObject
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.sobject.ISObject getOpportunityRecord();
|
||
|
|
|
||
|
|
public void setOpportunityRecord(com.sforce.soap.partner.sobject.ISObject opportunityRecord);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getOverwriteLeadSource();
|
||
|
|
|
||
|
|
public boolean isOverwriteLeadSource();
|
||
|
|
|
||
|
|
public void setOverwriteLeadSource(boolean overwriteLeadSource);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : ownerId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getOwnerId();
|
||
|
|
|
||
|
|
public void setOwnerId(java.lang.String ownerId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : relatedPersonAccountId of type {urn:partner.soap.sforce.com}ID
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getRelatedPersonAccountId();
|
||
|
|
|
||
|
|
public void setRelatedPersonAccountId(java.lang.String relatedPersonAccountId);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : relatedPersonAccountRecord of type {urn:sobject.partner.soap.sforce.com}sObject
|
||
|
|
* java type: com.sforce.soap.partner.sobject.SObject
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.sobject.ISObject getRelatedPersonAccountRecord();
|
||
|
|
|
||
|
|
public void setRelatedPersonAccountRecord(com.sforce.soap.partner.sobject.ISObject relatedPersonAccountRecord);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getSendNotificationEmail();
|
||
|
|
|
||
|
|
public boolean isSendNotificationEmail();
|
||
|
|
|
||
|
|
public void setSendNotificationEmail(boolean sendNotificationEmail);
|
||
|
|
|
||
|
|
|
||
|
|
}
|