Package com.sforce.soap.partner
Interface IDescribeDataCategoryMappingResult
- All Known Implementing Classes:
DescribeDataCategoryMappingResult
public interface IDescribeDataCategoryMappingResult
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 : dataCategoryGroupId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : dataCategoryGroupLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : dataCategoryId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : dataCategoryLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : dataCategoryName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetId()element : id of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : mappedEntity of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : mappedField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetDataCategoryGroupId(String dataCategoryGroupId) voidsetDataCategoryGroupLabel(String dataCategoryGroupLabel) voidsetDataCategoryGroupName(String dataCategoryGroupName) voidsetDataCategoryId(String dataCategoryId) voidsetDataCategoryLabel(String dataCategoryLabel) voidsetDataCategoryName(String dataCategoryName) voidvoidsetMappedEntity(String mappedEntity) voidsetMappedField(String mappedField)
-
Method Details
-
getDataCategoryGroupId
String getDataCategoryGroupId()element : dataCategoryGroupId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryGroupId
-
getDataCategoryGroupLabel
String getDataCategoryGroupLabel()element : dataCategoryGroupLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryGroupLabel
-
getDataCategoryGroupName
String getDataCategoryGroupName()element : dataCategoryGroupName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryGroupName
-
getDataCategoryId
String getDataCategoryId()element : dataCategoryId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryId
-
getDataCategoryLabel
String getDataCategoryLabel()element : dataCategoryLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryLabel
-
getDataCategoryName
String getDataCategoryName()element : dataCategoryName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDataCategoryName
-
getId
String getId()element : id of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setId
-
getMappedEntity
String getMappedEntity()element : mappedEntity of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMappedEntity
-
getMappedField
String getMappedField()element : mappedField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMappedField
-