public class MenuItem extends SObject
Java class for MenuItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MenuItem">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AppId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IconUrl" 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="MenuType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SortOrder" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Theme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
active |
protected String |
appId |
protected String |
color |
protected String |
iconUrl |
protected String |
label |
protected String |
menuType |
protected Integer |
sortOrder |
protected String |
theme |
fieldsToNull, id| Constructor and Description |
|---|
MenuItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Gets the value of the appId property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getIconUrl()
Gets the value of the iconUrl property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getMenuType()
Gets the value of the menuType property.
|
Integer |
getSortOrder()
Gets the value of the sortOrder property.
|
String |
getTheme()
Gets the value of the theme property.
|
Boolean |
isActive()
Gets the value of the active property.
|
void |
setActive(Boolean value)
Sets the value of the active property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setIconUrl(String value)
Sets the value of the iconUrl property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMenuType(String value)
Sets the value of the menuType property.
|
void |
setSortOrder(Integer value)
Sets the value of the sortOrder property.
|
void |
setTheme(String value)
Sets the value of the theme property.
|
getFieldsToNull, getId, setIdprotected Boolean active
protected String appId
protected String color
protected String iconUrl
protected String label
protected String menuType
protected Integer sortOrder
protected String theme
public Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getIconUrl()
Stringpublic void setIconUrl(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getMenuType()
Stringpublic void setMenuType(String value)
value - allowed object is
Stringpublic Integer getSortOrder()
Integerpublic void setSortOrder(Integer value)
value - allowed object is
Integerpublic String getTheme()
StringCopyright © 2016. All rights reserved.