Uses of Class
com.sforce.soap.partner.DebugLevel
-
Packages that use DebugLevel Package Description com.sforce.soap.partner -
-
Uses of DebugLevel in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return DebugLevel Modifier and Type Method Description DebugLevelDebuggingHeader_element. getDebugLevel()DebugLevelIDebuggingHeader_element. getDebugLevel()element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevelstatic DebugLevelDebugLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DebugLevel[]DebugLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type DebugLevel Modifier and Type Method Description voidPartnerConnection. setDebuggingHeader(LogInfo[] categories, DebugLevel debugLevel)voidDebuggingHeader_element. setDebugLevel(DebugLevel debugLevel)voidIDebuggingHeader_element. setDebugLevel(DebugLevel debugLevel)
-