public interface IDescribeLayout
| Modifier and Type | Method and Description |
|---|---|
IDescribeLayoutButtonSection |
getButtonLayoutSection()
element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection
java type: com.sforce.soap.partner.DescribeLayoutButtonSection
|
IDescribeLayoutSection[] |
getDetailLayoutSections()
element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeLayoutSection[] |
getEditLayoutSections()
element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeLayoutFeedView |
getFeedView()
element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView
java type: com.sforce.soap.partner.DescribeLayoutFeedView
|
IDescribeLayoutSection |
getHighlightsPanelLayoutSection()
element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
java.lang.String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
IDescribeLayoutSection[] |
getMultirowEditLayoutSections()
element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeQuickActionListResult |
getQuickActionList()
element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult
java type: com.sforce.soap.partner.DescribeQuickActionListResult
|
IRelatedContent |
getRelatedContent()
element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent
java type: com.sforce.soap.partner.RelatedContent
|
IRelatedList[] |
getRelatedLists()
element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList
java type: com.sforce.soap.partner.RelatedList[]
|
IDescribeLayoutSaveOption[] |
getSaveOptions()
element : saveOptions of type {urn:partner.soap.sforce.com}DescribeLayoutSaveOption
java type: com.sforce.soap.partner.DescribeLayoutSaveOption[]
|
void |
setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection) |
void |
setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections) |
void |
setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections) |
void |
setFeedView(IDescribeLayoutFeedView feedView) |
void |
setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection) |
void |
setId(java.lang.String id) |
void |
setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections) |
void |
setQuickActionList(IDescribeQuickActionListResult quickActionList) |
void |
setRelatedContent(IRelatedContent relatedContent) |
void |
setRelatedLists(IRelatedList[] relatedLists) |
void |
setSaveOptions(IDescribeLayoutSaveOption[] saveOptions) |
IDescribeLayoutButtonSection getButtonLayoutSection()
void setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)
IDescribeLayoutSection[] getDetailLayoutSections()
void setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)
IDescribeLayoutSection[] getEditLayoutSections()
void setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)
IDescribeLayoutFeedView getFeedView()
void setFeedView(IDescribeLayoutFeedView feedView)
IDescribeLayoutSection getHighlightsPanelLayoutSection()
void setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)
java.lang.String getId()
void setId(java.lang.String id)
IDescribeLayoutSection[] getMultirowEditLayoutSections()
void setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)
IDescribeQuickActionListResult getQuickActionList()
void setQuickActionList(IDescribeQuickActionListResult quickActionList)
IRelatedContent getRelatedContent()
void setRelatedContent(IRelatedContent relatedContent)
IRelatedList[] getRelatedLists()
void setRelatedLists(IRelatedList[] relatedLists)
IDescribeLayoutSaveOption[] getSaveOptions()
void setSaveOptions(IDescribeLayoutSaveOption[] saveOptions)
Copyright © 2020. All Rights Reserved.