Uses of Interface
com.sforce.soap.partner.IDataCategory
-
Packages that use IDataCategory Package Description com.sforce.soap.partner -
-
Uses of IDataCategory in com.sforce.soap.partner
Classes in com.sforce.soap.partner that implement IDataCategory Modifier and Type Class Description classDataCategoryThis is a generated class for the SObject Enterprise API.Methods in com.sforce.soap.partner that return IDataCategory Modifier and Type Method Description IDataCategory[]IDataCategory. getChildCategories()element : childCategories of type {urn:partner.soap.sforce.com}DataCategory java type: com.sforce.soap.partner.DataCategory[]IDataCategory[]IDescribeDataCategoryGroupStructureResult. getTopCategories()element : topCategories of type {urn:partner.soap.sforce.com}DataCategory java type: com.sforce.soap.partner.DataCategory[]IDataCategoryIPartnerConnectionFactory. newIDataCategory()IDataCategoryPartnerConnectionFactory. newIDataCategory()Methods in com.sforce.soap.partner with parameters of type IDataCategory Modifier and Type Method Description voidDataCategory. setChildCategories(IDataCategory[] childCategories)voidIDataCategory. setChildCategories(IDataCategory[] childCategories)voidDescribeDataCategoryGroupStructureResult. setTopCategories(IDataCategory[] topCategories)voidIDescribeDataCategoryGroupStructureResult. setTopCategories(IDataCategory[] topCategories)
-