public interface IDescribeTab
| 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[]
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IDescribeIcon[] |
getIcons()
element : icons of type {urn:partner.soap.sforce.com}DescribeIcon
java type: com.sforce.soap.partner.DescribeIcon[]
|
java.lang.String |
getIconUrl()
element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getMiniIconUrl()
element : miniIconUrl 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 |
getSobjectName()
element : sobjectName 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
|
boolean |
isCustom() |
void |
setColors(IDescribeColor[] colors) |
void |
setCustom(boolean custom) |
void |
setIcons(IDescribeIcon[] icons) |
void |
setIconUrl(java.lang.String iconUrl) |
void |
setLabel(java.lang.String label) |
void |
setMiniIconUrl(java.lang.String miniIconUrl) |
void |
setName(java.lang.String name) |
void |
setSobjectName(java.lang.String sobjectName) |
void |
setUrl(java.lang.String url) |
IDescribeColor[] getColors()
void setColors(IDescribeColor[] colors)
boolean getCustom()
boolean isCustom()
void setCustom(boolean custom)
java.lang.String getIconUrl()
void setIconUrl(java.lang.String iconUrl)
IDescribeIcon[] getIcons()
void setIcons(IDescribeIcon[] icons)
java.lang.String getLabel()
void setLabel(java.lang.String label)
java.lang.String getMiniIconUrl()
void setMiniIconUrl(java.lang.String miniIconUrl)
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String getSobjectName()
void setSobjectName(java.lang.String sobjectName)
java.lang.String getUrl()
void setUrl(java.lang.String url)
Copyright © 2020. All Rights Reserved.