public interface IDescribeAppMenuItem
| Modifier and Type | Method and Description |
|---|---|
IDescribeColor[] |
getColors()
element : colors of type {urn:partner.soap.sforce.com}DescribeColor
java type: com.sforce.soap.partner.DescribeColor[]
|
String |
getContent()
element : content of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
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
|
String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setColors(IDescribeColor[] colors) |
void |
setContent(String content) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(String type) |
void |
setUrl(String url) |
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
String getContent()
void setContent(String content)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
String getType()
void setType(String type)
String getUrl()
void setUrl(String url)
Copyright © 2015. All Rights Reserved.