public class CustomLinkComponent extends DescribeLayoutComponent
Java class for CustomLinkComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomLinkComponent">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}DescribeLayoutComponent">
<sequence>
<element name="customLink" type="{urn:tooling.soap.sforce.com}DescribeLayoutButton"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescribeLayoutButton |
customLink |
displayLines, tabOrder, type, value| Constructor and Description |
|---|
CustomLinkComponent() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLayoutButton |
getCustomLink()
Gets the value of the customLink property.
|
void |
setCustomLink(DescribeLayoutButton value)
Sets the value of the customLink property.
|
getDisplayLines, getTabOrder, getType, getValue, setDisplayLines, setTabOrder, setType, setValueprotected DescribeLayoutButton customLink
public DescribeLayoutButton getCustomLink()
DescribeLayoutButtonpublic void setCustomLink(DescribeLayoutButton value)
value - allowed object is
DescribeLayoutButtonCopyright © 2016. All rights reserved.