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 IGetDeletedResponse_element { /** * element : result of type {urn:partner.soap.sforce.com}GetDeletedResult * java type: com.sforce.soap.partner.GetDeletedResult */ public com.sforce.soap.partner.IGetDeletedResult getResult(); public void setResult(com.sforce.soap.partner.IGetDeletedResult result); }