41 const ProviderInfo = ...;
45 const ConstructorOptions = ...;
49 const EnvOptions = ...;
53 const HttpMethods = ...;
57 constructor(SalesforceRestClient rest);
61 constructor(*hash<auto> options);
72 *list<string> getChildProviderNamesImpl();
82 *AbstractDataProvider getChildProviderImpl(
string name);
88 hash<DataProviderInfo> getStaticInfoImpl();
94 static *hash<auto> getClientOptions(*hash<auto> copts);
Qore SalesforceRestDataProvider module definition.
Definition: SalesforceRestDataProvider.qc.dox.h:32
SalesforceRestClient rest
The REST client object for API calls.
Definition: SalesforceRestDataProvider.qc.dox.h:38