Interface IDebuggingHeader_element

All Known Implementing Classes:
DebuggingHeader_element

public interface IDebuggingHeader_element
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 : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[]
    element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevel
    void
    setCategories(ILogInfo[] categories)
     
    void
     
  • Method Details

    • getCategories

      ILogInfo[] getCategories()
      element : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[]
    • setCategories

      void setCategories(ILogInfo[] categories)
    • getDebugLevel

      DebugLevel getDebugLevel()
      element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevel
    • setDebugLevel

      void setDebugLevel(DebugLevel debugLevel)