| java.lang.Object |
| ↳ |
com.sforce.rest.tools.CodeGenerator |
Known Direct Subclasses
|
Class Overview
This class accesses the discovery resources of the REST API and learns about
every Standard object and custom object in your organziation.
It then generates code. Extend this
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
static
final
String
NEWLINE
static
final
String
VERSION_EXTERNAL
static
final
String
VERSION_INTERNAL
Public Constructors
Public Methods