35 const ProviderInfo = ...;
39 const ConstructorOptions = ...;
43 const EnvOptions = ...;
47 const HttpMethods = ...;
51 constructor(SalesforceRestClient rest);
55 constructor(*hash<auto> options);
70 *list<string> getChildProviderNamesImpl();
80 *AbstractDataProvider getChildProviderImpl(
string name);
86 hash<DataProviderInfo> getStaticInfoImpl();
92 static *hash<auto> getClientOptions(*hash<auto> copts);
Qore SalesforceRestDataProvider module definition.
Definition: SalesforceRestDataProvider.qc.dox.h:26
SalesforceRestClient rest
The REST client object for API calls.
Definition: SalesforceRestDataProvider.qc.dox.h:32