Class DescribeDataCategoryGroupResult

java.lang.Object
com.sforce.soap.partner.DescribeDataCategoryGroupResult
All Implemented Interfaces:
IDescribeDataCategoryGroupResult, com.sforce.ws.bind.XMLizable

public class DescribeDataCategoryGroupResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeDataCategoryGroupResult
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    element : categoryCount of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : description of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : sobject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCategoryCount​(int categoryCount)
     
    protected void
    setCategoryCount​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setDescription​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDescription​(String description)
     
    protected void
    setLabel​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setLabel​(String label)
     
    protected void
    setName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setName​(String name)
     
    protected void
    setSobject​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSobject​(String sobject)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DescribeDataCategoryGroupResult

      public DescribeDataCategoryGroupResult()
      Constructor
  • Method Details