public class FlexiPage extends Metadata
Java class for FlexiPage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexiPage">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flexiPageRegions" type="{urn:metadata.tooling.soap.sforce.com}FlexiPageRegion" maxOccurs="unbounded" minOccurs="0"/>
<element name="masterLabel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageTemplate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parentFlexiPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="quickActionList" type="{urn:metadata.tooling.soap.sforce.com}QuickActionList" minOccurs="0"/>
<element name="sobjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{urn:tooling.soap.sforce.com}FlexiPageType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<FlexiPageRegion> |
flexiPageRegions |
protected String |
masterLabel |
protected String |
pageTemplate |
protected String |
parentFlexiPage |
protected QuickActionList |
quickActionList |
protected String |
sobjectType |
protected FlexiPageType |
type |
| Constructor and Description |
|---|
FlexiPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<FlexiPageRegion> |
getFlexiPageRegions()
Gets the value of the flexiPageRegions property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
String |
getPageTemplate()
Gets the value of the pageTemplate property.
|
String |
getParentFlexiPage()
Gets the value of the parentFlexiPage property.
|
QuickActionList |
getQuickActionList()
Gets the value of the quickActionList property.
|
String |
getSobjectType()
Gets the value of the sobjectType property.
|
FlexiPageType |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setPageTemplate(String value)
Sets the value of the pageTemplate property.
|
void |
setParentFlexiPage(String value)
Sets the value of the parentFlexiPage property.
|
void |
setQuickActionList(QuickActionList value)
Sets the value of the quickActionList property.
|
void |
setSobjectType(String value)
Sets the value of the sobjectType property.
|
void |
setType(FlexiPageType value)
Sets the value of the type property.
|
protected String description
protected List<FlexiPageRegion> flexiPageRegions
protected String masterLabel
protected String pageTemplate
protected String parentFlexiPage
protected QuickActionList quickActionList
protected String sobjectType
protected FlexiPageType type
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<FlexiPageRegion> getFlexiPageRegions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the flexiPageRegions property.
For example, to add a new item, do as follows:
getFlexiPageRegions().add(newItem);
Objects of the following type(s) are allowed in the list
FlexiPageRegion
public String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic String getPageTemplate()
Stringpublic void setPageTemplate(String value)
value - allowed object is
Stringpublic String getParentFlexiPage()
Stringpublic void setParentFlexiPage(String value)
value - allowed object is
Stringpublic QuickActionList getQuickActionList()
QuickActionListpublic void setQuickActionList(QuickActionList value)
value - allowed object is
QuickActionListpublic String getSobjectType()
Stringpublic void setSobjectType(String value)
value - allowed object is
Stringpublic FlexiPageType getType()
FlexiPageTypepublic void setType(FlexiPageType value)
value - allowed object is
FlexiPageTypeCopyright © 2016. All rights reserved.