Package com.sforce.soap.partner
Interface IDescribeRelatedContentItem
-
- All Known Implementing Classes:
DescribeRelatedContentItem
public interface IDescribeRelatedContentItemThis 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 IDescribeLayoutItemgetDescribeLayoutItem()element : describeLayoutItem of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItemvoidsetDescribeLayoutItem(IDescribeLayoutItem describeLayoutItem)
-
-
-
Method Detail
-
getDescribeLayoutItem
IDescribeLayoutItem getDescribeLayoutItem()
element : describeLayoutItem of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem
-
setDescribeLayoutItem
void setDescribeLayoutItem(IDescribeLayoutItem describeLayoutItem)
-
-