Package com.sforce.soap.partner
Interface IExecuteListViewResponse_element
-
- All Known Implementing Classes:
ExecuteListViewResponse_element
public interface IExecuteListViewResponse_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 IExecuteListViewResultgetResult()element : result of type {urn:partner.soap.sforce.com}ExecuteListViewResult java type: com.sforce.soap.partner.ExecuteListViewResultvoidsetResult(IExecuteListViewResult result)
-
-
-
Method Detail
-
getResult
IExecuteListViewResult getResult()
element : result of type {urn:partner.soap.sforce.com}ExecuteListViewResult java type: com.sforce.soap.partner.ExecuteListViewResult
-
setResult
void setResult(IExecuteListViewResult result)
-
-