public class DescribeLayout2 extends Object
Java class for DescribeLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buttonLayoutSection" type="{urn:tooling.soap.sforce.com}DescribeLayoutButtonSection" minOccurs="0"/>
<element name="detailLayoutSections" type="{urn:tooling.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="editLayoutSections" type="{urn:tooling.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="feedView" type="{urn:tooling.soap.sforce.com}DescribeLayoutFeedView" minOccurs="0"/>
<element name="highlightsPanelLayoutSection" type="{urn:tooling.soap.sforce.com}DescribeLayoutSection" minOccurs="0"/>
<element name="id" type="{urn:tooling.soap.sforce.com}ID"/>
<element name="multirowEditLayoutSections" type="{urn:tooling.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="offlineLinks" type="{urn:tooling.soap.sforce.com}OfflineLink" maxOccurs="unbounded" minOccurs="0"/>
<element name="quickActionList" type="{urn:tooling.soap.sforce.com}DescribeQuickActionListResult" minOccurs="0"/>
<element name="relatedContent" type="{urn:tooling.soap.sforce.com}RelatedContent" minOccurs="0"/>
<element name="relatedLists" type="{urn:tooling.soap.sforce.com}RelatedList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescribeLayoutButtonSection |
buttonLayoutSection |
protected List<DescribeLayoutSection> |
detailLayoutSections |
protected List<DescribeLayoutSection> |
editLayoutSections |
protected DescribeLayoutFeedView |
feedView |
protected DescribeLayoutSection |
highlightsPanelLayoutSection |
protected String |
id |
protected List<DescribeLayoutSection> |
multirowEditLayoutSections |
protected List<OfflineLink> |
offlineLinks |
protected DescribeQuickActionListResult |
quickActionList |
protected RelatedContent |
relatedContent |
protected List<RelatedList> |
relatedLists |
| Constructor and Description |
|---|
DescribeLayout2() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLayoutButtonSection |
getButtonLayoutSection()
Gets the value of the buttonLayoutSection property.
|
List<DescribeLayoutSection> |
getDetailLayoutSections()
Gets the value of the detailLayoutSections property.
|
List<DescribeLayoutSection> |
getEditLayoutSections()
Gets the value of the editLayoutSections property.
|
DescribeLayoutFeedView |
getFeedView()
Gets the value of the feedView property.
|
DescribeLayoutSection |
getHighlightsPanelLayoutSection()
Gets the value of the highlightsPanelLayoutSection property.
|
String |
getId()
Gets the value of the id property.
|
List<DescribeLayoutSection> |
getMultirowEditLayoutSections()
Gets the value of the multirowEditLayoutSections property.
|
List<OfflineLink> |
getOfflineLinks()
Gets the value of the offlineLinks property.
|
DescribeQuickActionListResult |
getQuickActionList()
Gets the value of the quickActionList property.
|
RelatedContent |
getRelatedContent()
Gets the value of the relatedContent property.
|
List<RelatedList> |
getRelatedLists()
Gets the value of the relatedLists property.
|
void |
setButtonLayoutSection(DescribeLayoutButtonSection value)
Sets the value of the buttonLayoutSection property.
|
void |
setFeedView(DescribeLayoutFeedView value)
Sets the value of the feedView property.
|
void |
setHighlightsPanelLayoutSection(DescribeLayoutSection value)
Sets the value of the highlightsPanelLayoutSection property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setQuickActionList(DescribeQuickActionListResult value)
Sets the value of the quickActionList property.
|
void |
setRelatedContent(RelatedContent value)
Sets the value of the relatedContent property.
|
protected DescribeLayoutButtonSection buttonLayoutSection
protected List<DescribeLayoutSection> detailLayoutSections
protected List<DescribeLayoutSection> editLayoutSections
protected DescribeLayoutFeedView feedView
protected DescribeLayoutSection highlightsPanelLayoutSection
protected String id
protected List<DescribeLayoutSection> multirowEditLayoutSections
protected List<OfflineLink> offlineLinks
protected DescribeQuickActionListResult quickActionList
protected RelatedContent relatedContent
protected List<RelatedList> relatedLists
public DescribeLayoutButtonSection getButtonLayoutSection()
DescribeLayoutButtonSectionpublic void setButtonLayoutSection(DescribeLayoutButtonSection value)
value - allowed object is
DescribeLayoutButtonSectionpublic List<DescribeLayoutSection> getDetailLayoutSections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the detailLayoutSections property.
For example, to add a new item, do as follows:
getDetailLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutSection
public List<DescribeLayoutSection> getEditLayoutSections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the editLayoutSections property.
For example, to add a new item, do as follows:
getEditLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutSection
public DescribeLayoutFeedView getFeedView()
DescribeLayoutFeedViewpublic void setFeedView(DescribeLayoutFeedView value)
value - allowed object is
DescribeLayoutFeedViewpublic DescribeLayoutSection getHighlightsPanelLayoutSection()
DescribeLayoutSectionpublic void setHighlightsPanelLayoutSection(DescribeLayoutSection value)
value - allowed object is
DescribeLayoutSectionpublic void setId(String value)
value - allowed object is
Stringpublic List<DescribeLayoutSection> getMultirowEditLayoutSections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the multirowEditLayoutSections property.
For example, to add a new item, do as follows:
getMultirowEditLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeLayoutSection
public List<OfflineLink> getOfflineLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the offlineLinks property.
For example, to add a new item, do as follows:
getOfflineLinks().add(newItem);
Objects of the following type(s) are allowed in the list
OfflineLink
public DescribeQuickActionListResult getQuickActionList()
DescribeQuickActionListResultpublic void setQuickActionList(DescribeQuickActionListResult value)
value - allowed object is
DescribeQuickActionListResultpublic RelatedContent getRelatedContent()
RelatedContentpublic void setRelatedContent(RelatedContent value)
value - allowed object is
RelatedContentpublic List<RelatedList> getRelatedLists()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the relatedLists property.
For example, to add a new item, do as follows:
getRelatedLists().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedList
Copyright © 2016. All rights reserved.