public interface IDescribeDataCategoryGroupStructureResult
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
element : description of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
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 |
getSobject()
element : sobject of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDataCategory[] |
getTopCategories()
element : topCategories of type {urn:partner.soap.sforce.com}DataCategory
java type: com.sforce.soap.partner.DataCategory[]
|
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setSobject(String sobject) |
void |
setTopCategories(IDataCategory[] topCategories) |
String getDescription()
void setDescription(String description)
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
String getSobject()
void setSobject(String sobject)
IDataCategory[] getTopCategories()
void setTopCategories(IDataCategory[] topCategories)
Copyright © 2015. All Rights Reserved.