Package com.sforce.soap.partner
Interface IDescribeLayout
-
- All Known Implementing Classes:
DescribeLayout
public interface IDescribeLayoutThis 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 IDescribeLayoutButtonSectiongetButtonLayoutSection()element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSectionIDescribeLayoutSection[]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[]IDescribeLayoutFeedViewgetFeedView()element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedViewIDescribeLayoutSectiongetHighlightsPanelLayoutSection()element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectionStringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringIDescribeLayoutSection[]getMultirowEditLayoutSections()element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]IDescribeQuickActionListResultgetQuickActionList()element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResultIRelatedContentgetRelatedContent()element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContentIRelatedList[]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[]voidsetButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)voidsetDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)voidsetEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)voidsetFeedView(IDescribeLayoutFeedView feedView)voidsetHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)voidsetId(String id)voidsetMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)voidsetQuickActionList(IDescribeQuickActionListResult quickActionList)voidsetRelatedContent(IRelatedContent relatedContent)voidsetRelatedLists(IRelatedList[] relatedLists)voidsetSaveOptions(IDescribeLayoutSaveOption[] saveOptions)
-
-
-
Method Detail
-
getButtonLayoutSection
IDescribeLayoutButtonSection getButtonLayoutSection()
element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSection
-
setButtonLayoutSection
void setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)
-
getDetailLayoutSections
IDescribeLayoutSection[] getDetailLayoutSections()
element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
-
setDetailLayoutSections
void setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)
-
getEditLayoutSections
IDescribeLayoutSection[] getEditLayoutSections()
element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
-
setEditLayoutSections
void setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)
-
getFeedView
IDescribeLayoutFeedView getFeedView()
element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedView
-
setFeedView
void setFeedView(IDescribeLayoutFeedView feedView)
-
getHighlightsPanelLayoutSection
IDescribeLayoutSection getHighlightsPanelLayoutSection()
element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection
-
setHighlightsPanelLayoutSection
void setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
getMultirowEditLayoutSections
IDescribeLayoutSection[] getMultirowEditLayoutSections()
element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
-
setMultirowEditLayoutSections
void setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)
-
getQuickActionList
IDescribeQuickActionListResult getQuickActionList()
element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResult
-
setQuickActionList
void setQuickActionList(IDescribeQuickActionListResult quickActionList)
-
getRelatedContent
IRelatedContent getRelatedContent()
element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContent
-
setRelatedContent
void setRelatedContent(IRelatedContent relatedContent)
-
getRelatedLists
IRelatedList[] getRelatedLists()
element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]
-
setRelatedLists
void setRelatedLists(IRelatedList[] relatedLists)
-
getSaveOptions
IDescribeLayoutSaveOption[] getSaveOptions()
element : saveOptions of type {urn:partner.soap.sforce.com}DescribeLayoutSaveOption java type: com.sforce.soap.partner.DescribeLayoutSaveOption[]
-
setSaveOptions
void setSaveOptions(IDescribeLayoutSaveOption[] saveOptions)
-
-