Uses of Class
com.sforce.soap.partner.DebugLevel

Packages that use DebugLevel
com.sforce.soap.partner   
 

Uses of DebugLevel in com.sforce.soap.partner
 

Fields in com.sforce.soap.partner declared as DebugLevel
protected  DebugLevel DebuggingHeader.debugLevel
           
 

Methods in com.sforce.soap.partner that return DebugLevel
static DebugLevel DebugLevel.fromValue(java.lang.String v)
           
 DebugLevel DebuggingHeader.getDebugLevel()
          Gets the value of the debugLevel property.
static DebugLevel DebugLevel.valueOf(java.lang.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
 void DebuggingHeader.setDebugLevel(DebugLevel value)
          Sets the value of the debugLevel property.
 



Copyright © 2010. All Rights Reserved.