Package com.sforce.soap.partner
Interface IDataCategoryGroupSobjectTypePair
- All Known Implementing Classes:
DataCategoryGroupSobjectTypePair
public interface IDataCategoryGroupSobjectTypePair
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 : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetDataCategoryGroupName(String dataCategoryGroupName) voidsetSobject(String sobject)
-
Method Details
-
getDataCategoryGroupName
String getDataCategoryGroupName()element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryGroupName
-
getSobject
String getSobject()element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSobject
-