Package com.sforce.soap.partner
Interface IDescribeLayout
- All Known Implementing Classes:
DescribeLayout
public interface IDescribeLayout
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSectionelement : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedViewelement : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSectiongetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResultelement : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContentelement : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]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) voidvoidsetMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections) voidsetQuickActionList(IDescribeQuickActionListResult quickActionList) voidsetRelatedContent(IRelatedContent relatedContent) voidsetRelatedLists(IRelatedList[] relatedLists) voidsetSaveOptions(IDescribeLayoutSaveOption[] saveOptions)
-
Method Details
-
getButtonLayoutSection
IDescribeLayoutButtonSection getButtonLayoutSection()element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSection -
setButtonLayoutSection
-
getDetailLayoutSections
IDescribeLayoutSection[] getDetailLayoutSections()element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[] -
setDetailLayoutSections
-
getEditLayoutSections
IDescribeLayoutSection[] getEditLayoutSections()element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[] -
setEditLayoutSections
-
getFeedView
IDescribeLayoutFeedView getFeedView()element : feedView of type {urn:partner.soap.sforce.com}DescribeLayoutFeedView java type: com.sforce.soap.partner.DescribeLayoutFeedView -
setFeedView
-
getHighlightsPanelLayoutSection
IDescribeLayoutSection getHighlightsPanelLayoutSection()element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection -
setHighlightsPanelLayoutSection
-
getId
String getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setId
-
getMultirowEditLayoutSections
IDescribeLayoutSection[] getMultirowEditLayoutSections()element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[] -
setMultirowEditLayoutSections
-
getQuickActionList
IDescribeQuickActionListResult getQuickActionList()element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult java type: com.sforce.soap.partner.DescribeQuickActionListResult -
setQuickActionList
-
getRelatedContent
IRelatedContent getRelatedContent()element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent java type: com.sforce.soap.partner.RelatedContent -
setRelatedContent
-
getRelatedLists
IRelatedList[] getRelatedLists()element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[] -
setRelatedLists
-
getSaveOptions
IDescribeLayoutSaveOption[] getSaveOptions()element : saveOptions of type {urn:partner.soap.sforce.com}DescribeLayoutSaveOption java type: com.sforce.soap.partner.DescribeLayoutSaveOption[] -
setSaveOptions
-