
com.sforce.soap.partner.IDebuggingHeader_element Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of force-partner-api Show documentation
Show all versions of force-partner-api Show documentation
Force.com Web Service Connector
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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy