This is an index of the following types:
The first column is the type's initial character.
Name | Origin | Description | |
---|---|---|---|
I |
Authentication | SFClient\Auth | Interface Authentication |
M |
authenticatedRequest() | SFAPIClient | Given an arbitrary request, returns a new request with the client stored authentication information attached. |
C |
BoolResult | SFClient\Result | Class BoolResult |
C |
Element | SFClient | Class Element |
C |
Endpoint | SFClient\Endpoint | Class Endpoint |
M |
err() | BoolResult | |
M |
err() | Result | Constructs a failure result of some error type E. To construct a failure an exception must be supplied. |
M |
err() | SFCreationResult | |
M |
err() | SFObjectResult | |
M |
err() | SFRecordsResult |
M |
fullSearch() | Client | |
C |
FailedToAuthenticate | SFClient\Exceptions | Class FailedToAuthenticate |
M |
fullQuery() | SFAPIClient | Performs an multiple queries against the SalesForce query endpoint to capture all results for a given query. |
M |
hasMore() | SFRecords | Returns true if there are more objects in SalesForce to fetch. |
M |
isOk() | BoolResult | |
M |
isError() | BoolResult | |
M |
isError() | Result | Returns true if the result is a failure |
M |
isOk() | Result | Returns true if the result is a success |
M |
isOk() | SFCreationResult | |
M |
isError() | SFCreationResult | |
M |
isOk() | SFObjectResult | |
M |
isError() | SFObjectResult | |
M |
isOk() | SFRecordsResult | |
M |
isError() | SFRecordsResult |
C |
NPSPClient | SFClient | Class NPSPClient |
M |
ok() | BoolResult | |
M |
ok() | Result | Constructs a successful result of some type T. |
M |
ok() | SFCreationResult | |
M |
ok() | SFObjectResult | |
M |
ok() | SFRecordsResult | |
M |
o() | SFAPIClient | Helper function for constructing a SalesForce Object REST uri. |
M |
query() | SFAPIClient | Performs an arbitrary query against the SalesForce query endpoint and returns the results. |
C |
Result | SFClient\Result | Class Result |
C |
ReconnectingSFAPIClient | SFClient\SalesForce | Class ReconnectingSFAPIClient |
M |
run() | ReconnectingSFAPIClient | Executes an arbitrary request against the SalesForce API. Extended from SFAPICLient to attempt reauthorization if the request fails due to a 401 error |
M |
run() | SFAPIClient | Executes an arbitrary request against the SalesForce API |
M |
search() | Client | |
C |
SFCreationResult | SFClient\Result | Class SFCreationResult |
C |
SFObjectResult | SFClient\Result | Class SFObjectResult |
C |
SFRecordsResult | SFClient\Result | Class SFRecordsResult |
C |
SFAPIClient | SFClient\SalesForce | Class SFAPIClient |
M |
scope() | SFAPIClient | Constructs a new SalesForce API client that is scoped to a specific object type. |
C |
SFCreation | SFClient\SalesForce | Class SFCreation |
C |
SFObject | SFClient\SalesForce | Class SFObject |
C |
SFRecords | SFClient\SalesForce | Class SFRecords |
C |
ScopedSFAPIClient | SFClient\SalesForce | Class ScopedSFAPIClient |
M |
value() | BoolResult | |
M |
valueOr() | BoolResult | |
M |
value() | Result | Attempts to extract and return the success value. |
M |
valueOr() | Result | Returns the success value if the result was a success. If the result was a failure, then instead of throwing the inner error the fallback value is returned. |
M |
value() | SFCreationResult | |
M |
valueOr() | SFCreationResult | |
M |
value() | SFObjectResult | |
M |
valueOr() | SFObjectResult | |
M |
value() | SFRecordsResult | |
M |
valueOr() | SFRecordsResult |
M |
wasSuccessful() | SFCreation |