public class Layout extends Metadata
Java class for Layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Layout">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="customButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="customConsoleComponents" type="{urn:metadata.tooling.soap.sforce.com}CustomConsoleComponents" minOccurs="0"/>
<element name="emailDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="excludeButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="feedLayout" type="{urn:metadata.tooling.soap.sforce.com}FeedLayout" minOccurs="0"/>
<element name="headers" type="{urn:tooling.soap.sforce.com}LayoutHeader" maxOccurs="unbounded" minOccurs="0"/>
<element name="layoutSections" type="{urn:metadata.tooling.soap.sforce.com}LayoutSection" maxOccurs="unbounded" minOccurs="0"/>
<element name="miniLayout" type="{urn:metadata.tooling.soap.sforce.com}MiniLayout" minOccurs="0"/>
<element name="multilineLayoutFields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="quickActionList" type="{urn:metadata.tooling.soap.sforce.com}QuickActionList" minOccurs="0"/>
<element name="relatedContent" type="{urn:metadata.tooling.soap.sforce.com}RelatedContent" minOccurs="0"/>
<element name="relatedLists" type="{urn:metadata.tooling.soap.sforce.com}RelatedListItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="relatedObjects" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="runAssignmentRulesDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showEmailCheckbox" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showHighlightsPanel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showInteractionLogPanel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showKnowledgeComponent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showRunAssignmentRulesCheckbox" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showSolutionSection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="showSubmitAndAttachButton" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="summaryLayout" type="{urn:metadata.tooling.soap.sforce.com}SummaryLayout" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
customButtons |
protected CustomConsoleComponents |
customConsoleComponents |
protected Boolean |
emailDefault |
protected List<String> |
excludeButtons |
protected FeedLayout |
feedLayout |
protected List<LayoutHeader> |
headers |
protected List<LayoutSection> |
layoutSections |
protected MiniLayout |
miniLayout |
protected List<String> |
multilineLayoutFields |
protected QuickActionList |
quickActionList |
protected RelatedContent |
relatedContent |
protected List<RelatedListItem> |
relatedLists |
protected List<String> |
relatedObjects |
protected Boolean |
runAssignmentRulesDefault |
protected Boolean |
showEmailCheckbox |
protected Boolean |
showHighlightsPanel |
protected Boolean |
showInteractionLogPanel |
protected Boolean |
showKnowledgeComponent |
protected Boolean |
showRunAssignmentRulesCheckbox |
protected Boolean |
showSolutionSection |
protected Boolean |
showSubmitAndAttachButton |
protected SummaryLayout |
summaryLayout |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCustomButtons()
Gets the value of the customButtons property.
|
CustomConsoleComponents |
getCustomConsoleComponents()
Gets the value of the customConsoleComponents property.
|
List<String> |
getExcludeButtons()
Gets the value of the excludeButtons property.
|
FeedLayout |
getFeedLayout()
Gets the value of the feedLayout property.
|
List<LayoutHeader> |
getHeaders()
Gets the value of the headers property.
|
List<LayoutSection> |
getLayoutSections()
Gets the value of the layoutSections property.
|
MiniLayout |
getMiniLayout()
Gets the value of the miniLayout property.
|
List<String> |
getMultilineLayoutFields()
Gets the value of the multilineLayoutFields property.
|
QuickActionList |
getQuickActionList()
Gets the value of the quickActionList property.
|
RelatedContent |
getRelatedContent()
Gets the value of the relatedContent property.
|
List<RelatedListItem> |
getRelatedLists()
Gets the value of the relatedLists property.
|
List<String> |
getRelatedObjects()
Gets the value of the relatedObjects property.
|
SummaryLayout |
getSummaryLayout()
Gets the value of the summaryLayout property.
|
Boolean |
isEmailDefault()
Gets the value of the emailDefault property.
|
Boolean |
isRunAssignmentRulesDefault()
Gets the value of the runAssignmentRulesDefault property.
|
Boolean |
isShowEmailCheckbox()
Gets the value of the showEmailCheckbox property.
|
Boolean |
isShowHighlightsPanel()
Gets the value of the showHighlightsPanel property.
|
Boolean |
isShowInteractionLogPanel()
Gets the value of the showInteractionLogPanel property.
|
Boolean |
isShowKnowledgeComponent()
Gets the value of the showKnowledgeComponent property.
|
Boolean |
isShowRunAssignmentRulesCheckbox()
Gets the value of the showRunAssignmentRulesCheckbox property.
|
Boolean |
isShowSolutionSection()
Gets the value of the showSolutionSection property.
|
Boolean |
isShowSubmitAndAttachButton()
Gets the value of the showSubmitAndAttachButton property.
|
void |
setCustomConsoleComponents(CustomConsoleComponents value)
Sets the value of the customConsoleComponents property.
|
void |
setEmailDefault(Boolean value)
Sets the value of the emailDefault property.
|
void |
setFeedLayout(FeedLayout value)
Sets the value of the feedLayout property.
|
void |
setMiniLayout(MiniLayout value)
Sets the value of the miniLayout property.
|
void |
setQuickActionList(QuickActionList value)
Sets the value of the quickActionList property.
|
void |
setRelatedContent(RelatedContent value)
Sets the value of the relatedContent property.
|
void |
setRunAssignmentRulesDefault(Boolean value)
Sets the value of the runAssignmentRulesDefault property.
|
void |
setShowEmailCheckbox(Boolean value)
Sets the value of the showEmailCheckbox property.
|
void |
setShowHighlightsPanel(Boolean value)
Sets the value of the showHighlightsPanel property.
|
void |
setShowInteractionLogPanel(Boolean value)
Sets the value of the showInteractionLogPanel property.
|
void |
setShowKnowledgeComponent(Boolean value)
Sets the value of the showKnowledgeComponent property.
|
void |
setShowRunAssignmentRulesCheckbox(Boolean value)
Sets the value of the showRunAssignmentRulesCheckbox property.
|
void |
setShowSolutionSection(Boolean value)
Sets the value of the showSolutionSection property.
|
void |
setShowSubmitAndAttachButton(Boolean value)
Sets the value of the showSubmitAndAttachButton property.
|
void |
setSummaryLayout(SummaryLayout value)
Sets the value of the summaryLayout property.
|
protected CustomConsoleComponents customConsoleComponents
protected Boolean emailDefault
protected FeedLayout feedLayout
protected List<LayoutHeader> headers
protected List<LayoutSection> layoutSections
protected MiniLayout miniLayout
protected QuickActionList quickActionList
protected RelatedContent relatedContent
protected List<RelatedListItem> relatedLists
protected Boolean runAssignmentRulesDefault
protected Boolean showEmailCheckbox
protected Boolean showHighlightsPanel
protected Boolean showInteractionLogPanel
protected Boolean showKnowledgeComponent
protected Boolean showRunAssignmentRulesCheckbox
protected Boolean showSolutionSection
protected Boolean showSubmitAndAttachButton
protected SummaryLayout summaryLayout
public List<String> getCustomButtons()
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 customButtons property.
For example, to add a new item, do as follows:
getCustomButtons().add(newItem);
Objects of the following type(s) are allowed in the list
String
public CustomConsoleComponents getCustomConsoleComponents()
CustomConsoleComponentspublic void setCustomConsoleComponents(CustomConsoleComponents value)
value - allowed object is
CustomConsoleComponentspublic Boolean isEmailDefault()
Booleanpublic void setEmailDefault(Boolean value)
value - allowed object is
Booleanpublic List<String> getExcludeButtons()
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 excludeButtons property.
For example, to add a new item, do as follows:
getExcludeButtons().add(newItem);
Objects of the following type(s) are allowed in the list
String
public FeedLayout getFeedLayout()
FeedLayoutpublic void setFeedLayout(FeedLayout value)
value - allowed object is
FeedLayoutpublic List<LayoutHeader> getHeaders()
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 headers property.
For example, to add a new item, do as follows:
getHeaders().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutHeader
public List<LayoutSection> getLayoutSections()
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 layoutSections property.
For example, to add a new item, do as follows:
getLayoutSections().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutSection
public MiniLayout getMiniLayout()
MiniLayoutpublic void setMiniLayout(MiniLayout value)
value - allowed object is
MiniLayoutpublic List<String> getMultilineLayoutFields()
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 multilineLayoutFields property.
For example, to add a new item, do as follows:
getMultilineLayoutFields().add(newItem);
Objects of the following type(s) are allowed in the list
String
public QuickActionList getQuickActionList()
QuickActionListpublic void setQuickActionList(QuickActionList value)
value - allowed object is
QuickActionListpublic RelatedContent getRelatedContent()
RelatedContentpublic void setRelatedContent(RelatedContent value)
value - allowed object is
RelatedContentpublic List<RelatedListItem> 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
RelatedListItem
public List<String> getRelatedObjects()
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 relatedObjects property.
For example, to add a new item, do as follows:
getRelatedObjects().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isRunAssignmentRulesDefault()
Booleanpublic void setRunAssignmentRulesDefault(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowEmailCheckbox()
Booleanpublic void setShowEmailCheckbox(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowHighlightsPanel()
Booleanpublic void setShowHighlightsPanel(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowInteractionLogPanel()
Booleanpublic void setShowInteractionLogPanel(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowKnowledgeComponent()
Booleanpublic void setShowKnowledgeComponent(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowRunAssignmentRulesCheckbox()
Booleanpublic void setShowRunAssignmentRulesCheckbox(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowSolutionSection()
Booleanpublic void setShowSolutionSection(Boolean value)
value - allowed object is
Booleanpublic Boolean isShowSubmitAndAttachButton()
Booleanpublic void setShowSubmitAndAttachButton(Boolean value)
value - allowed object is
Booleanpublic SummaryLayout getSummaryLayout()
SummaryLayoutpublic void setSummaryLayout(SummaryLayout value)
value - allowed object is
SummaryLayoutCopyright © 2016. All rights reserved.