29 lines
806 B
Java
29 lines
806 B
Java
|
|
package com.sforce.soap.partner;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public interface IDebuggingHeader_element {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : categories of type {urn:partner.soap.sforce.com}LogInfo
|
||
|
|
* java type: com.sforce.soap.partner.LogInfo[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.ILogInfo[] getCategories();
|
||
|
|
|
||
|
|
public void setCategories(com.sforce.soap.partner.ILogInfo[] categories);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel
|
||
|
|
* java type: com.sforce.soap.partner.DebugLevel
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.DebugLevel getDebugLevel();
|
||
|
|
|
||
|
|
public void setDebugLevel(com.sforce.soap.partner.DebugLevel debugLevel);
|
||
|
|
|
||
|
|
|
||
|
|
}
|