public class FlexiPage extends SObject
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:tooling.soap.sforce.com}sObject">
<sequence>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}FlexiPage" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentFlexiPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SobjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
createdDate |
protected String |
description |
protected String |
developerName |
protected String |
fullName |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
masterLabel |
protected FlexiPage |
metadata |
protected String |
namespacePrefix |
protected String |
parentFlexiPage |
protected String |
sobjectType |
protected String |
type |
fieldsToNull, id| Constructor and Description |
|---|
FlexiPage() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getMasterLabel()
Gets the value of the masterLabel property.
|
FlexiPage |
getMetadata()
Gets the value of the metadata property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getParentFlexiPage()
Gets the value of the parentFlexiPage property.
|
String |
getSobjectType()
Gets the value of the sobjectType property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setMetadata(FlexiPage value)
Sets the value of the metadata property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setParentFlexiPage(String value)
Sets the value of the parentFlexiPage property.
|
void |
setSobjectType(String value)
Sets the value of the sobjectType property.
|
void |
setType(String value)
Sets the value of the type property.
|
getFieldsToNull, getId, setIdprotected XMLGregorianCalendar createdDate
protected String description
protected String developerName
protected String fullName
protected XMLGregorianCalendar lastModifiedDate
protected String masterLabel
protected FlexiPage metadata
protected String namespacePrefix
protected String parentFlexiPage
protected String sobjectType
protected String type
public XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic FlexiPage getMetadata()
FlexiPagepublic void setMetadata(FlexiPage value)
value - allowed object is
FlexiPagepublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getParentFlexiPage()
Stringpublic void setParentFlexiPage(String value)
value - allowed object is
Stringpublic String getSobjectType()
Stringpublic void setSobjectType(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2016. All rights reserved.