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