20 lines
525 B
Java
20 lines
525 B
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 IConvertLead_element {
|
|
|
|
/**
|
|
* element : leadConverts of type {urn:partner.soap.sforce.com}LeadConvert
|
|
* java type: com.sforce.soap.partner.LeadConvert[]
|
|
*/
|
|
|
|
public com.sforce.soap.partner.ILeadConvert[] getLeadConverts();
|
|
|
|
public void setLeadConverts(com.sforce.soap.partner.ILeadConvert[] leadConverts);
|
|
|
|
|
|
}
|