Uses of Class
com.sforce.soap.partner.LogCategoryLevel
-
Packages that use LogCategoryLevel Package Description com.sforce.soap.partner -
-
Uses of LogCategoryLevel in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return LogCategoryLevel Modifier and Type Method Description LogCategoryLevelILogInfo. getLevel()element : level of type {urn:partner.soap.sforce.com}LogCategoryLevel java type: com.sforce.soap.partner.LogCategoryLevelLogCategoryLevelLogInfo. getLevel()static LogCategoryLevelLogCategoryLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogCategoryLevel[]LogCategoryLevel. 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 LogCategoryLevel Modifier and Type Method Description voidILogInfo. setLevel(LogCategoryLevel level)voidLogInfo. setLevel(LogCategoryLevel level)
-