public abstract class

CodeGenerator

extends Object
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

Constants
String NEWLINE
String TAB
String VERSION_EXTERNAL
String VERSION_INTERNAL
Public Constructors
CodeGenerator()
Public Methods
void describeMyOrg(ConnectorConfig config, String namespace)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

static final String NEWLINE

Constant Value: " "

static final String TAB

Constant Value: " "

static final String VERSION_EXTERNAL

Constant Value: "21"

static final String VERSION_INTERNAL

Constant Value: "172"

Public Constructors

public CodeGenerator ()

Public Methods

public void describeMyOrg (ConnectorConfig config, String namespace)

Parameters
config
namespace
Throws
IOException
RestApiException