public class DescribeFlexiPageResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeFlexiPageResult
| Constructor and Description |
|---|
DescribeFlexiPageResult()
Constructor
|
| 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
|
DescribeQuickActionListResult |
getQuickActionList()
element : quickActionList of type {urn:partner.soap.sforce.com}DescribeQuickActionListResult
java type: com.sforce.soap.partner.DescribeQuickActionListResult
|
DescribeFlexiPageRegion[] |
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 |
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 |
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 |
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 String getId()
IDescribeFlexiPageResultgetId in interface IDescribeFlexiPageResultpublic void setId(String id)
setId in interface IDescribeFlexiPageResultpublic String getLabel()
IDescribeFlexiPageResultgetLabel in interface IDescribeFlexiPageResultpublic void setLabel(String label)
setLabel in interface IDescribeFlexiPageResultpublic String getName()
IDescribeFlexiPageResultgetName in interface IDescribeFlexiPageResultpublic void setName(String name)
setName in interface IDescribeFlexiPageResultpublic DescribeQuickActionListResult getQuickActionList()
IDescribeFlexiPageResultgetQuickActionList in interface IDescribeFlexiPageResultpublic void setQuickActionList(IDescribeQuickActionListResult quickActionList)
setQuickActionList in interface IDescribeFlexiPageResultpublic DescribeFlexiPageRegion[] getRegions()
IDescribeFlexiPageResultgetRegions in interface IDescribeFlexiPageResultpublic void setRegions(IDescribeFlexiPageRegion[] regions)
setRegions in interface IDescribeFlexiPageResultpublic String getSobjectType()
IDescribeFlexiPageResultgetSobjectType in interface IDescribeFlexiPageResultpublic void setSobjectType(String sobjectType)
setSobjectType in interface IDescribeFlexiPageResultpublic String getTemplate()
IDescribeFlexiPageResultgetTemplate in interface IDescribeFlexiPageResultpublic void setTemplate(String template)
setTemplate in interface IDescribeFlexiPageResultpublic String getType()
IDescribeFlexiPageResultgetType in interface IDescribeFlexiPageResultpublic void setType(String type)
setType in interface IDescribeFlexiPageResultpublic 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.