public interface IDescribeFlexiPageResult
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
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
|
IDescribeQuickActionListResult |
getQuickActionList()
element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult
java type: com.sforce.soap.partner.DescribeQuickActionListResult
|
IDescribeFlexiPageRegion[] |
getRegions()
element : regions of type {urn:partner.soap.sforce.com}DescribeFlexiPageRegion
java type: com.sforce.soap.partner.DescribeFlexiPageRegion[]
|
String |
getSobjectType()
element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getTemplate()
element : template of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setId(String id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setQuickActionList(IDescribeQuickActionListResult quickActionList) |
void |
setRegions(IDescribeFlexiPageRegion[] regions) |
void |
setSobjectType(String sobjectType) |
void |
setTemplate(String template) |
void |
setType(String type) |
String getId()
void setId(String id)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
IDescribeQuickActionListResult getQuickActionList()
void setQuickActionList(IDescribeQuickActionListResult quickActionList)
IDescribeFlexiPageRegion[] getRegions()
void setRegions(IDescribeFlexiPageRegion[] regions)
String getSobjectType()
void setSobjectType(String sobjectType)
String getTemplate()
void setTemplate(String template)
String getType()
void setType(String type)
Copyright © 2015. All Rights Reserved.