Package com.sforce.soap.partner
Interface IDescribeTab
- All Known Implementing Classes:
DescribeTab
public interface IDescribeTab
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]booleanelement : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisCustom()voidsetColors(IDescribeColor[] colors) voidsetCustom(boolean custom) voidsetIcons(IDescribeIcon[] icons) voidsetIconUrl(String iconUrl) voidvoidsetMiniIconUrl(String miniIconUrl) voidvoidsetSobjectName(String sobjectName) void
-
Method Details
-
getColors
IDescribeColor[] getColors()element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[] -
setColors
-
getCustom
boolean getCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isCustom
boolean isCustom() -
setCustom
void setCustom(boolean custom) -
getIconUrl
String getIconUrl()element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setIconUrl
-
getIcons
IDescribeIcon[] getIcons()element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[] -
setIcons
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getMiniIconUrl
String getMiniIconUrl()element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMiniIconUrl
-
getName
String getName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setName
-
getSobjectName
String getSobjectName()element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSobjectName
-
getUrl
String getUrl()element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setUrl
-