Package com.sforce.soap.partner
Interface IDebuggingHeader_element
-
- All Known Implementing Classes:
DebuggingHeader_element
public interface IDebuggingHeader_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILogInfo[]getCategories()element : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[]DebugLevelgetDebugLevel()element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevelvoidsetCategories(ILogInfo[] categories)voidsetDebugLevel(DebugLevel debugLevel)
-
-
-
Method Detail
-
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)
-
-