20 lines
529 B
Java
20 lines
529 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 IDeleteByExample_element {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : sObjects of type {urn:sobject.partner.soap.sforce.com}sObject
|
||
|
|
* java type: com.sforce.soap.partner.sobject.SObject[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.sobject.ISObject[] getSObjects();
|
||
|
|
|
||
|
|
public void setSObjects(com.sforce.soap.partner.sobject.ISObject[] sObjects);
|
||
|
|
|
||
|
|
|
||
|
|
}
|