Package com.sforce.soap.partner
Interface IQueryMoreResponse_element
-
- All Known Implementing Classes:
QueryMoreResponse_element
public interface IQueryMoreResponse_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 IQueryResultgetResult()element : result of type {urn:partner.soap.sforce.com}QueryResult java type: com.sforce.soap.partner.QueryResultvoidsetResult(IQueryResult result)
-
-
-
Method Detail
-
getResult
IQueryResult getResult()
element : result of type {urn:partner.soap.sforce.com}QueryResult java type: com.sforce.soap.partner.QueryResult
-
setResult
void setResult(IQueryResult result)
-
-