public interface IDescribeTabSetResult
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLogoUrl()
element : logoUrl of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getNamespace()
element : namespace of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getSelected()
element : selected of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
IDescribeTab[] |
getTabs()
element : tabs of type {urn:partner.soap.sforce.com}DescribeTab
java type: com.sforce.soap.partner.DescribeTab[]
|
String |
getTabSetId()
element : tabSetId of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isSelected() |
void |
setLabel(String label) |
void |
setLogoUrl(String logoUrl) |
void |
setNamespace(String namespace) |
void |
setSelected(boolean selected) |
void |
setTabs(IDescribeTab[] tabs) |
void |
setTabSetId(String tabSetId) |
String getLabel()
void setLabel(String label)
String getLogoUrl()
void setLogoUrl(String logoUrl)
String getNamespace()
void setNamespace(String namespace)
boolean getSelected()
boolean isSelected()
void setSelected(boolean selected)
String getTabSetId()
void setTabSetId(String tabSetId)
IDescribeTab[] getTabs()
void setTabs(IDescribeTab[] tabs)
Copyright © 2015. All Rights Reserved.