Package com.sforce.soap.partner
Interface ISearchResponse_element
-
- All Known Implementing Classes:
SearchResponse_element
public interface ISearchResponse_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 ISearchResultgetResult()element : result of type {urn:partner.soap.sforce.com}SearchResult java type: com.sforce.soap.partner.SearchResultvoidsetResult(ISearchResult result)
-
-
-
Method Detail
-
getResult
ISearchResult getResult()
element : result of type {urn:partner.soap.sforce.com}SearchResult java type: com.sforce.soap.partner.SearchResult
-
setResult
void setResult(ISearchResult result)
-
-