Package com.sforce.soap.partner
Interface IDescribeLayoutResponse_element
-
- All Known Implementing Classes:
DescribeLayoutResponse_element
public interface IDescribeLayoutResponse_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 IDescribeLayoutResultgetResult()element : result of type {urn:partner.soap.sforce.com}DescribeLayoutResult java type: com.sforce.soap.partner.DescribeLayoutResultvoidsetResult(IDescribeLayoutResult result)
-
-
-
Method Detail
-
getResult
IDescribeLayoutResult getResult()
element : result of type {urn:partner.soap.sforce.com}DescribeLayoutResult java type: com.sforce.soap.partner.DescribeLayoutResult
-
setResult
void setResult(IDescribeLayoutResult result)
-
-