Package com.sforce.soap.partner
Interface IUndeleteResponse_element
-
- All Known Implementing Classes:
UndeleteResponse_element
public interface IUndeleteResponse_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 IUndeleteResult[]getResult()element : result of type {urn:partner.soap.sforce.com}UndeleteResult java type: com.sforce.soap.partner.UndeleteResult[]voidsetResult(IUndeleteResult[] result)
-
-
-
Method Detail
-
getResult
IUndeleteResult[] getResult()
element : result of type {urn:partner.soap.sforce.com}UndeleteResult java type: com.sforce.soap.partner.UndeleteResult[]
-
setResult
void setResult(IUndeleteResult[] result)
-
-