public class CustomTab extends Metadata
Java class for CustomTab complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomTab">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="auraComponent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="customObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flexiPage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="frameHeight" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="hasSidebar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mobileReady" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="motif" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scontrol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="splashPageLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urlEncodingKey" type="{urn:tooling.soap.sforce.com}Encoding" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
auraComponent |
protected Boolean |
customObject |
protected String |
description |
protected String |
flexiPage |
protected Integer |
frameHeight |
protected Boolean |
hasSidebar |
protected String |
icon |
protected String |
label |
protected boolean |
mobileReady |
protected String |
motif |
protected String |
page |
protected String |
scontrol |
protected String |
splashPageLink |
protected String |
url |
protected Encoding |
urlEncodingKey |
| Constructor and Description |
|---|
CustomTab() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuraComponent()
Gets the value of the auraComponent property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFlexiPage()
Gets the value of the flexiPage property.
|
Integer |
getFrameHeight()
Gets the value of the frameHeight property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getMotif()
Gets the value of the motif property.
|
String |
getPage()
Gets the value of the page property.
|
String |
getScontrol()
Gets the value of the scontrol property.
|
String |
getSplashPageLink()
Gets the value of the splashPageLink property.
|
String |
getUrl()
Gets the value of the url property.
|
Encoding |
getUrlEncodingKey()
Gets the value of the urlEncodingKey property.
|
Boolean |
isCustomObject()
Gets the value of the customObject property.
|
Boolean |
isHasSidebar()
Gets the value of the hasSidebar property.
|
boolean |
isMobileReady()
Gets the value of the mobileReady property.
|
void |
setAuraComponent(String value)
Sets the value of the auraComponent property.
|
void |
setCustomObject(Boolean value)
Sets the value of the customObject property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFlexiPage(String value)
Sets the value of the flexiPage property.
|
void |
setFrameHeight(Integer value)
Sets the value of the frameHeight property.
|
void |
setHasSidebar(Boolean value)
Sets the value of the hasSidebar property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMobileReady(boolean value)
Sets the value of the mobileReady property.
|
void |
setMotif(String value)
Sets the value of the motif property.
|
void |
setPage(String value)
Sets the value of the page property.
|
void |
setScontrol(String value)
Sets the value of the scontrol property.
|
void |
setSplashPageLink(String value)
Sets the value of the splashPageLink property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUrlEncodingKey(Encoding value)
Sets the value of the urlEncodingKey property.
|
protected String auraComponent
protected Boolean customObject
protected String description
protected String flexiPage
protected Integer frameHeight
protected Boolean hasSidebar
protected String icon
protected String label
protected boolean mobileReady
protected String motif
protected String page
protected String scontrol
protected String splashPageLink
protected String url
protected Encoding urlEncodingKey
public String getAuraComponent()
Stringpublic void setAuraComponent(String value)
value - allowed object is
Stringpublic Boolean isCustomObject()
Booleanpublic void setCustomObject(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFlexiPage()
Stringpublic void setFlexiPage(String value)
value - allowed object is
Stringpublic Integer getFrameHeight()
Integerpublic void setFrameHeight(Integer value)
value - allowed object is
Integerpublic Boolean isHasSidebar()
Booleanpublic void setHasSidebar(Boolean value)
value - allowed object is
Booleanpublic String getIcon()
Stringpublic void setIcon(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isMobileReady()
public void setMobileReady(boolean value)
public String getMotif()
Stringpublic void setMotif(String value)
value - allowed object is
Stringpublic String getPage()
Stringpublic void setPage(String value)
value - allowed object is
Stringpublic String getScontrol()
Stringpublic void setScontrol(String value)
value - allowed object is
Stringpublic String getSplashPageLink()
Stringpublic void setSplashPageLink(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Encoding getUrlEncodingKey()
EncodingCopyright © 2016. All rights reserved.