Package com.sforce.soap.partner
Interface IDataCategoryGroupSobjectTypePair
-
- All Known Implementing Classes:
DataCategoryGroupSobjectTypePair
public interface IDataCategoryGroupSobjectTypePairThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataCategoryGroupName()element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetSobject()element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetDataCategoryGroupName(String dataCategoryGroupName)voidsetSobject(String sobject)
-
-
-
Method Detail
-
getDataCategoryGroupName
String getDataCategoryGroupName()
element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDataCategoryGroupName
void setDataCategoryGroupName(String dataCategoryGroupName)
-
getSobject
String getSobject()
element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSobject
void setSobject(String sobject)
-
-