Package com.sforce.soap.partner
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 TypeMethodDescriptionILogInfo[]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.DebugLevelvoidsetCategories(ILogInfo[] categories) voidsetDebugLevel(DebugLevel debugLevel)
-
Method Details
-
getCategories
ILogInfo[] getCategories()element : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[] -
setCategories
-
getDebugLevel
DebugLevel getDebugLevel()element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevel -
setDebugLevel
-