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[]
|
java.lang.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[]
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getUrl()
element : url of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setColors(IDescribeColor[] colors) |
void |
setContent(java.lang.String content) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setLabel(java.lang.String label) |
void |
setName(java.lang.String name) |
void |
setType(java.lang.String type) |
void |
setUrl(java.lang.String url) |
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
java.lang.String getContent()
void setContent(java.lang.String content)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
java.lang.String getLabel()
void setLabel(java.lang.String label)
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getType()
void setType(java.lang.String type)
java.lang.String getUrl()
void setUrl(java.lang.String url)
Copyright © 2020. All Rights Reserved.