Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
DescribeLayoutSection[] |
DescribeLayout.getDetailLayoutSections()
Gets the detailLayoutSections value for this DescribeLayout.
|
DescribeLayoutSection |
DescribeLayout.getDetailLayoutSections(int i) |
DescribeLayoutSection[] |
DescribeLayout.getEditLayoutSections()
Gets the editLayoutSections value for this DescribeLayout.
|
DescribeLayoutSection |
DescribeLayout.getEditLayoutSections(int i) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeLayout.setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
Sets the detailLayoutSections value for this DescribeLayout.
|
void |
DescribeLayout.setDetailLayoutSections(int i,
DescribeLayoutSection _value) |
void |
DescribeLayout.setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
Sets the editLayoutSections value for this DescribeLayout.
|
void |
DescribeLayout.setEditLayoutSections(int i,
DescribeLayoutSection _value) |
Constructor and Description |
---|
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection,
DescribeLayoutSection[] detailLayoutSections,
DescribeLayoutSection[] editLayoutSections,
String id,
RelatedList[] relatedLists) |
DescribeLayout(DescribeLayoutButton[] buttonLayoutSection,
DescribeLayoutSection[] detailLayoutSections,
DescribeLayoutSection[] editLayoutSections,
String id,
RelatedList[] relatedLists) |
Copyright © 2014. All rights reserved.