| Package | Description |
|---|---|
| com.sforce.soap.partner |
| Modifier and Type | Class and Description |
|---|---|
class |
DescribeLayoutSection
This is a generated class for the SObject Enterprise API.
|
| Modifier and Type | Method and Description |
|---|---|
IDescribeLayoutSection[] |
IDescribeLayout.getDetailLayoutSections()
element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeLayoutSection[] |
IDescribeLayout.getEditLayoutSections()
element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeLayoutSection |
IDescribeLayout.getHighlightsPanelLayoutSection()
element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
IDescribeLayoutSection |
IDescribeQuickActionResult.getLayout()
element : layout of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
IDescribeLayoutSection |
IDescribePathAssistantStep.getLayoutSection()
element : layoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
IDescribeLayoutSection[] |
IDescribeLayout.getMultirowEditLayoutSections()
element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
IDescribeLayoutSection |
PartnerConnectionFactory.newIDescribeLayoutSection() |
IDescribeLayoutSection |
IPartnerConnectionFactory.newIDescribeLayoutSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDescribeLayout.setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections) |
void |
DescribeLayout.setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections) |
void |
IDescribeLayout.setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections) |
void |
DescribeLayout.setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections) |
void |
IDescribeLayout.setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection) |
void |
DescribeLayout.setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection) |
void |
DescribeQuickActionResult.setLayout(IDescribeLayoutSection layout) |
void |
IDescribeQuickActionResult.setLayout(IDescribeLayoutSection layout) |
void |
DescribePathAssistantStep.setLayoutSection(IDescribeLayoutSection layoutSection) |
void |
IDescribePathAssistantStep.setLayoutSection(IDescribeLayoutSection layoutSection) |
void |
IDescribeLayout.setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections) |
void |
DescribeLayout.setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections) |
Copyright © 2020. All Rights Reserved.