Package com.sforce.soap.partner
Interface ICustomLinkComponent
-
- All Superinterfaces:
IDescribeLayoutComponent
- All Known Implementing Classes:
CustomLinkComponent
public interface ICustomLinkComponent extends IDescribeLayoutComponent
This 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 IDescribeLayoutButtongetCustomLink()element : customLink of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButtonvoidsetCustomLink(IDescribeLayoutButton customLink)-
Methods inherited from interface com.sforce.soap.partner.IDescribeLayoutComponent
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValue
-
-
-
-
Method Detail
-
getCustomLink
IDescribeLayoutButton getCustomLink()
element : customLink of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton
-
setCustomLink
void setCustomLink(IDescribeLayoutButton customLink)
-
-