Newer Version Available
compileClasses()
Compile your Apex in Developer Edition or sandbox organizations.
Syntax
Usage
Use this call to compile Apex classes in Developer Edition or sandbox organizations. Production organizations must use compileAndTest().
This call supports the DebuggingHeader and the SessionHeader.
Sample Code—Java
Arguments
| Name | Type | Description |
|---|---|---|
| scripts | string | A request that includes the Apex classes and the values for any fields that need to be set for this request. |