Package com.sforce.soap.partner
Interface IGetDeletedResponse_element
-
- All Known Implementing Classes:
GetDeletedResponse_element
public interface IGetDeletedResponse_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGetDeletedResultgetResult()element : result of type {urn:partner.soap.sforce.com}GetDeletedResult java type: com.sforce.soap.partner.GetDeletedResultvoidsetResult(IGetDeletedResult result)
-
-
-
Method Detail
-
getResult
IGetDeletedResult getResult()
element : result of type {urn:partner.soap.sforce.com}GetDeletedResult java type: com.sforce.soap.partner.GetDeletedResult
-
setResult
void setResult(IGetDeletedResult result)
-
-