public interface IDataCategory
| Modifier and Type | Method and Description |
|---|---|
IDataCategory[] |
getChildCategories()
element : childCategories of type {urn:partner.soap.sforce.com}DataCategory
java type: com.sforce.soap.partner.DataCategory[]
|
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
|
void |
setChildCategories(IDataCategory[] childCategories) |
void |
setLabel(java.lang.String label) |
void |
setName(java.lang.String name) |
IDataCategory[] getChildCategories()
void setChildCategories(IDataCategory[] childCategories)
java.lang.String getLabel()
void setLabel(java.lang.String label)
java.lang.String getName()
void setName(java.lang.String name)
Copyright © 2020. All Rights Reserved.