Interface IDescribeTab

All Known Implementing Classes:
DescribeTab

public interface IDescribeTab
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 Type
    Method
    Description
    element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
    boolean
    element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
    element : iconUrl 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 : miniIconUrl 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 : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    void
     
    void
    setCustom(boolean custom)
     
    void
     
    void
    setIconUrl(String iconUrl)
     
    void
     
    void
    setMiniIconUrl(String miniIconUrl)
     
    void
     
    void
    setSobjectName(String sobjectName)
     
    void
     
  • Method Details

    • getColors

      IDescribeColor[] getColors()
      element : colors of type {urn:partner.soap.sforce.com}DescribeColor java type: com.sforce.soap.partner.DescribeColor[]
    • setColors

      void setColors(IDescribeColor[] colors)
    • getCustom

      boolean getCustom()
      element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isCustom

      boolean isCustom()
    • setCustom

      void setCustom(boolean custom)
    • getIconUrl

      String getIconUrl()
      element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setIconUrl

      void setIconUrl(String iconUrl)
    • getIcons

      IDescribeIcon[] getIcons()
      element : icons of type {urn:partner.soap.sforce.com}DescribeIcon java type: com.sforce.soap.partner.DescribeIcon[]
    • setIcons

      void setIcons(IDescribeIcon[] icons)
    • getLabel

      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setLabel

      void setLabel(String label)
    • getMiniIconUrl

      String getMiniIconUrl()
      element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setMiniIconUrl

      void setMiniIconUrl(String miniIconUrl)
    • getName

      String getName()
      element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setName

      void setName(String name)
    • getSobjectName

      String getSobjectName()
      element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setSobjectName

      void setSobjectName(String sobjectName)
    • getUrl

      String getUrl()
      element : url of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setUrl

      void setUrl(String url)