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