public class DescribeLayout extends Object implements com.sforce.ws.bind.XMLizable, IDescribeLayout
| Constructor and Description |
|---|
DescribeLayout()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLayoutButtonSection |
getButtonLayoutSection()
element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection
java type: com.sforce.soap.partner.DescribeLayoutButtonSection
|
DescribeLayoutSection[] |
getDetailLayoutSections()
element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
DescribeLayoutSection[] |
getEditLayoutSections()
element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
DescribeLayoutSection |
getHighlightsPanelLayoutSection()
element : highlightsPanelLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
DescribeLayoutSection[] |
getMultirowEditLayoutSections()
element : multirowEditLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection
java type: com.sforce.soap.partner.DescribeLayoutSection[]
|
DescribeQuickActionListResult |
getQuickActionList()
element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult
java type: com.sforce.soap.partner.DescribeQuickActionListResult
|
RelatedContent |
getRelatedContent()
element : relatedContent of type {urn:partner.soap.sforce.com}RelatedContent
java type: com.sforce.soap.partner.RelatedContent
|
RelatedList[] |
getRelatedLists()
element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList
java type: com.sforce.soap.partner.RelatedList[]
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection) |
void |
setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections) |
void |
setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections) |
void |
setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection) |
void |
setId(String id) |
void |
setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections) |
void |
setQuickActionList(IDescribeQuickActionListResult quickActionList) |
void |
setRelatedContent(IRelatedContent relatedContent) |
void |
setRelatedLists(IRelatedList[] relatedLists) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public DescribeLayoutButtonSection getButtonLayoutSection()
IDescribeLayoutgetButtonLayoutSection in interface IDescribeLayoutpublic void setButtonLayoutSection(IDescribeLayoutButtonSection buttonLayoutSection)
setButtonLayoutSection in interface IDescribeLayoutpublic DescribeLayoutSection[] getDetailLayoutSections()
IDescribeLayoutgetDetailLayoutSections in interface IDescribeLayoutpublic void setDetailLayoutSections(IDescribeLayoutSection[] detailLayoutSections)
setDetailLayoutSections in interface IDescribeLayoutpublic DescribeLayoutSection[] getEditLayoutSections()
IDescribeLayoutgetEditLayoutSections in interface IDescribeLayoutpublic void setEditLayoutSections(IDescribeLayoutSection[] editLayoutSections)
setEditLayoutSections in interface IDescribeLayoutpublic DescribeLayoutSection getHighlightsPanelLayoutSection()
IDescribeLayoutgetHighlightsPanelLayoutSection in interface IDescribeLayoutpublic void setHighlightsPanelLayoutSection(IDescribeLayoutSection highlightsPanelLayoutSection)
setHighlightsPanelLayoutSection in interface IDescribeLayoutpublic String getId()
IDescribeLayoutgetId in interface IDescribeLayoutpublic void setId(String id)
setId in interface IDescribeLayoutpublic DescribeLayoutSection[] getMultirowEditLayoutSections()
IDescribeLayoutgetMultirowEditLayoutSections in interface IDescribeLayoutpublic void setMultirowEditLayoutSections(IDescribeLayoutSection[] multirowEditLayoutSections)
setMultirowEditLayoutSections in interface IDescribeLayoutpublic DescribeQuickActionListResult getQuickActionList()
IDescribeLayoutgetQuickActionList in interface IDescribeLayoutpublic void setQuickActionList(IDescribeQuickActionListResult quickActionList)
setQuickActionList in interface IDescribeLayoutpublic RelatedContent getRelatedContent()
IDescribeLayoutgetRelatedContent in interface IDescribeLayoutpublic void setRelatedContent(IRelatedContent relatedContent)
setRelatedContent in interface IDescribeLayoutpublic RelatedList[] getRelatedLists()
IDescribeLayoutgetRelatedLists in interface IDescribeLayoutpublic void setRelatedLists(IRelatedList[] relatedLists)
setRelatedLists in interface IDescribeLayoutpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.