public interface IDescribeCompactLayout
| Modifier and Type | Method and Description |
|---|---|
IDescribeLayoutButton[] |
getActions()
element : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton
java type: com.sforce.soap.partner.DescribeLayoutButton[]
|
IDescribeLayoutItem[] |
getFieldItems()
element : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem
java type: com.sforce.soap.partner.DescribeLayoutItem[]
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
IDescribeLayoutItem[] |
getImageItems()
element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem
java type: com.sforce.soap.partner.DescribeLayoutItem[]
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getObjectType()
element : objectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setActions(IDescribeLayoutButton[] actions) |
void |
setFieldItems(IDescribeLayoutItem[] fieldItems) |
void |
setId(String id) |
void |
setImageItems(IDescribeLayoutItem[] imageItems) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setObjectType(String objectType) |
IDescribeLayoutButton[] getActions()
void setActions(IDescribeLayoutButton[] actions)
IDescribeLayoutItem[] getFieldItems()
void setFieldItems(IDescribeLayoutItem[] fieldItems)
String getId()
void setId(String id)
IDescribeLayoutItem[] getImageItems()
void setImageItems(IDescribeLayoutItem[] imageItems)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
String getObjectType()
void setObjectType(String objectType)
Copyright © 2015. All Rights Reserved.