Uses of Enum Class
com.sforce.soap.partner.DebugLevel
Packages that use DebugLevel
-
Uses of DebugLevel in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return DebugLevelModifier and TypeMethodDescriptionDebuggingHeader_element.getDebugLevel()IDebuggingHeader_element.getDebugLevel()element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevelstatic DebugLevelReturns the enum constant of this class with the specified name.static DebugLevel[]DebugLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type DebugLevelModifier and TypeMethodDescriptionvoidPartnerConnection.setDebuggingHeader(LogInfo[] categories, DebugLevel debugLevel) voidDebuggingHeader_element.setDebugLevel(DebugLevel debugLevel) voidIDebuggingHeader_element.setDebugLevel(DebugLevel debugLevel)