Package com.sforce.soap.partner
Interface IDescribeCompactLayout
-
- All Known Implementing Classes:
DescribeCompactLayout
public interface IDescribeCompactLayoutThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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[]StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringIDescribeLayoutItem[]getImageItems()element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetObjectType()element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetActions(IDescribeLayoutButton[] actions)voidsetFieldItems(IDescribeLayoutItem[] fieldItems)voidsetId(String id)voidsetImageItems(IDescribeLayoutItem[] imageItems)voidsetLabel(String label)voidsetName(String name)voidsetObjectType(String objectType)
-
-
-
Method Detail
-
getActions
IDescribeLayoutButton[] getActions()
element : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]
-
setActions
void setActions(IDescribeLayoutButton[] actions)
-
getFieldItems
IDescribeLayoutItem[] getFieldItems()
element : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]
-
setFieldItems
void setFieldItems(IDescribeLayoutItem[] fieldItems)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
getImageItems
IDescribeLayoutItem[] getImageItems()
element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]
-
setImageItems
void setImageItems(IDescribeLayoutItem[] imageItems)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getObjectType
String getObjectType()
element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setObjectType
void setObjectType(String objectType)
-
-